Committer: skomarov
LJSUP-7836: Wishlist ver. 2 proceedingU trunk/htdocs/stc/ie.css
Modified: trunk/htdocs/stc/ie.css =================================================================== --- trunk/htdocs/stc/ie.css 2011-02-24 11:50:17 UTC (rev 18405) +++ trunk/htdocs/stc/ie.css 2011-02-25 03:24:03 UTC (rev 18406) @@ -397,10 +397,25 @@ .whl-bar, .whl-items, .whl-item, -.whl-item-def, .appwidget-wishrecommendations .whl-rec-item { zoom: 1; } +* HTML .whl-fadeout { + background: none; + } +.whl-item-def { + float: left; + width: 458px; + } +.whl-item-meta .whl-external { + width: 458px; + overflow: hidden; + } +.whl-item-head .whl-controls, +.whl-item-meta .whl-status { + display: inline; + zoom: 1; + } * HTML .whl-edit-want .whl-select { left: 631px; } @@ -434,6 +449,19 @@ zoom: 1; display: inline; } +.b-fader { + filter: alpha(opacity = 60); + } +* HTML .b-fader { + stretch:expression( + function(t){ + var h = t.parentNode.offsetHeight; + if (t.h != h) { + t.style.height = t.h = h; + } + }(this) + ); + } /* Calendar -----------------------------------------------*/