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, 0 insertions, 53 deletions
diff --git a/themes/wind_npk/css/fix-ie.css b/themes/wind_npk/css/fix-ie.css
deleted file mode 100644
index ac100da4..00000000
--- a/themes/wind_npk/css/fix-ie.css
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * 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;
-}