From ec366b32d328106d0a68602c0b12924a24da4634 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 25 Feb 2012 17:47:44 +0000 Subject: PNG with alpha channel + filter:alpha() don't go well together on IE7 --- skins/larry/ie7hacks.css | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'skins/larry/ie7hacks.css') diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css index a5df38d24..e73e0a64a 100644 --- a/skins/larry/ie7hacks.css +++ b/skins/larry/ie7hacks.css @@ -44,6 +44,18 @@ a.deletebutton, display: inline; } +.toolbar a.button.disabled, +.boxpagenav a.icon.disabled, +.pagenav a.button.disabled span.inner, +.boxfooter .listbutton.disabled .inner, +.dropbutton a.button.disabled + .dropbuttontip { + background-image: url(images/buttons.gif); +} + +.dropbutton .dropbuttontip { + right: -2px; +} + #messagepreviewheader .iconlink { color: #fff; height: 14px; @@ -61,10 +73,6 @@ ul.toolbarmenu li a { width: 140px; } -.dropbutton .dropbuttontip { - right: 0; -} - #threadselectmenu li a { width: 160px; } @@ -73,6 +81,15 @@ ul.toolbarmenu li a { width: 170px; } +#rcmKSearchpane { + width: 400px; +} +#rcmKSearchpane ul li { + width: 380px; + text-overflow: ellipsis; +} + + table.listing, table.records-table { display: block; @@ -80,6 +97,10 @@ table.records-table { border-collapse: expression('separate', cellSpacing = '0'); } +.records-table tbody td span { + white-space: nowrap; +} + table.listing { width: 100%; } -- cgit v1.2.3