summaryrefslogtreecommitdiff
path: root/themes/night_wind/css/fix-ie.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night_wind/css/fix-ie.css')
-rw-r--r--themes/night_wind/css/fix-ie.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/night_wind/css/fix-ie.css b/themes/night_wind/css/fix-ie.css
new file mode 100644
index 00000000..be6e22be
--- /dev/null
+++ b/themes/night_wind/css/fix-ie.css
@@ -0,0 +1,33 @@
+/**
+ * Fix display in IE 6, 7
+ */
+
+.g-clearfix {
+ zoom: 1;
+}
+
+#g-banner {
+ z-index: 2;
+}
+
+input.submit {
+ clear: none !important;
+ display: inline !important;
+}
+
+#g-add-tag-form input.textbox {
+ width: 110px;
+}
+
+#g-dialog a.g-cancel {
+ display: inline-block !important;
+ float: none !important;
+}
+
+.g-pager .g-txt-right {
+ width: 29%;
+}
+
+.g-pager .ui-icon-right {
+ width: 60px;
+}