From 3e6ba7acc3291f2268cbe9c9bef0a492b557babb Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 4 Oct 2009 00:27:22 -0600 Subject: Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. --- themes/admin_wind/css/fix-ie.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'themes/admin_wind/css/fix-ie.css') diff --git a/themes/admin_wind/css/fix-ie.css b/themes/admin_wind/css/fix-ie.css index 6bc2334c..708ac782 100644 --- a/themes/admin_wind/css/fix-ie.css +++ b/themes/admin_wind/css/fix-ie.css @@ -2,17 +2,17 @@ * Fix display in IE 6 and 7 */ -#gHeader, -#gGroupAdmin, -#gDeveloperTools, -.gAvailable .gBlock { +#g-header, +#g-group-admin, +#g-developer-tools, +.g-available .g-block { zoom: 1; } -.gUnavailable { +.g-unavailable { filter: alpha(opacity=40); } -.gUnavailable:hover { +.g-unavailable:hover { filter: alpha(opacity=100); } -- cgit v1.2.3