summaryrefslogtreecommitdiff
path: root/themes/wind_npk/css/fix-ie.css
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2010-08-20 01:28:16 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2010-08-20 01:28:16 +0000
commit90b137802a30b8750a981e50d929d2792feb8f80 (patch)
tree79f92e0aff859dc3eee55ba843021330df4ce08d /themes/wind_npk/css/fix-ie.css
parent39d30154332c2daff124c65b8b784e8c6e1058c1 (diff)
Get rid of wind_npk theme, since now I've got regular Wind theme under version control I can just edit it directly without worry.
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;
-}