Committer: mchervonniy
LJSUP-8163: fix weird behaviour of borders on lanzelotU trunk/htdocs/stc/lanzelot/css/ie.css
Modified: trunk/htdocs/stc/lanzelot/css/ie.css =================================================================== --- trunk/htdocs/stc/lanzelot/css/ie.css 2011-03-16 10:08:23 UTC (rev 10250) +++ trunk/htdocs/stc/lanzelot/css/ie.css 2011-03-16 10:45:35 UTC (rev 10251) @@ -419,3 +419,12 @@ background:url(/lanzelot/img/module/bl.gif?v=1) 0 100% no-repeat; } +/*bug with dissapearing borders was found on appwidget-browse, if it is actual for other pages, make this hack gllobal, please*/ +.appwidget-browse .right-mod, +.appwidget-browse .mod-tl, +.appwidget-browse .mod-tr, +.appwidget-browse .mod-br, +.appwidget-browse .mod-bl { + zoom:1; + } +