summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css/fix-ie.css
diff options
context:
space:
mode:
authorjhilden <jakobhilden@gmail.com>2009-09-26 11:27:45 -0400
committerjhilden <jakobhilden@gmail.com>2009-09-26 11:27:45 -0400
commit21341d552f7e56341b29c020e1149d9c41182c84 (patch)
tree70502de8e6784d749b47b445838d8719f21af6bf /themes/admin_wind/css/fix-ie.css
parent4345e96d1db63c8488eb7a35cdc8e42987ba53f5 (diff)
parent0abd6f63bc8a1976a62bc4b57bbabe10d62b5c8d (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/admin_wind/css/fix-ie.css')
-rw-r--r--themes/admin_wind/css/fix-ie.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/admin_wind/css/fix-ie.css b/themes/admin_wind/css/fix-ie.css
new file mode 100644
index 00000000..6bc2334c
--- /dev/null
+++ b/themes/admin_wind/css/fix-ie.css
@@ -0,0 +1,18 @@
+/**
+ * Fix display in IE 6 and 7
+ */
+
+#gHeader,
+#gGroupAdmin,
+#gDeveloperTools,
+.gAvailable .gBlock {
+ zoom: 1;
+}
+
+.gUnavailable {
+ filter: alpha(opacity=40);
+}
+
+.gUnavailable:hover {
+ filter: alpha(opacity=100);
+}