summaryrefslogtreecommitdiff
path: root/themes/wind_npk/css/fix-ie.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind_npk/css/fix-ie.css')
-rw-r--r--themes/wind_npk/css/fix-ie.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/themes/wind_npk/css/fix-ie.css b/themes/wind_npk/css/fix-ie.css
new file mode 100644
index 00000000..ac100da4
--- /dev/null
+++ b/themes/wind_npk/css/fix-ie.css
@@ -0,0 +1,53 @@
+/**
+ * Fix display in IE 6, 7
+ */
+
+#g-banner {
+ z-index: 2;
+ zoom: 1;
+}
+
+#g-sidebar {
+ overflow: hidden;
+}
+
+#g-photo,
+#g-movie {
+ zoom: 1;
+}
+
+#g-photo .g-context-menu,
+#g-movie .g-context-menu {
+ width: 240px;
+}
+
+input.submit {
+ clear: none !important;
+ display: inline !important;
+}
+
+.g-short-form input[type='submit'] {
+ line-height: 1em;
+ padding: .38em .3em;
+}
+
+#g-add-tag-form input.textbox {
+ width: 110px !important;
+}
+
+#g-add-tag-form input[type='submit'] {
+ padding: .3em 0 !important;
+}
+
+#g-dialog .g-cancel {
+ display: inline-block !important;
+ float: none !important;
+}
+
+.g-paginator .g-text-right {
+ width: 29%;
+}
+
+.g-paginator .ui-icon-right {
+ width: 60px;
+}