summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css/fix-ie.css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-04 00:27:22 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-04 00:27:22 -0600
commit3e6ba7acc3291f2268cbe9c9bef0a492b557babb (patch)
tree079c1bd09ab1cfcf35524f2e541c586a95f205e4 /themes/admin_wind/css/fix-ie.css
parent9145331fd420ec3fe86833a7b9567ec42f1d84e8 (diff)
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.
Diffstat (limited to 'themes/admin_wind/css/fix-ie.css')
-rw-r--r--themes/admin_wind/css/fix-ie.css12
1 files changed, 6 insertions, 6 deletions
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);
}