tab height tweaks
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 27 Apr 2004 22:09:43 +0000 (22:09 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 27 Apr 2004 22:09:43 +0000 (22:09 +0000)
stylesheets/monobook/IE55Fixes.css
stylesheets/monobook/IE60Fixes.css

index b9e1204..2af89ff 100644 (file)
@@ -4,7 +4,7 @@
     display: inline;
 }
 #portal-column-content #content {
-    margin-top: 2.9em;
+    margin-top: 3em;
     overflow: auto;
 }
 #bodyContent center,
@@ -30,26 +30,21 @@ body {
     z-index: 3 !important;
     float: none;
 }
-
 #portlet-contentViews li {
-    display: block;
     float: left;
-    padding: 0;
+    padding-top: 0;
+    padding-bottom: 0 !important;
+    height: 0.9em;
 }
-#portlet-contentViews li.selected {
-    background-color: White;
+#portlet-contentViews li a {
+    display: block;
+    padding-bottom: 0.045em;
 }
-
-#portlet-contentViews li a,
-#portlet-contentViews .selected a,
-#portlet-contentViews li a:hover {
-    padding-bottom: 0.1em;
+#portlet-contentViews li.selected a {
+    padding-bottom: 0.17em;
 }
 #portlet-contentViews li a:hover {
-    padding-bottom: 0.5em;
-}
-#portlet-contentViews li a {
-    z-index: 0 !important;
+    padding-bottom: 0.17em;
 }
 .portlet {
     overflow:hidden;
index 699706a..2f085f8 100644 (file)
 }
 
 #portlet-contentViews li {
-    display: block;
     float: left;
     padding-top: 0;
-    padding-bottom: 0;
+    padding-bottom: 0 !important;
     height: 0.9em;
 }
-#portlet-contentViews li.selected {
-    background-color: White;
-    padding-bottom: 0.2em;
+#portlet-contentViews li a {
+    display: block;
+    padding-bottom: 0.045em;
+}
+#portlet-contentViews li.selected a {
+    padding-bottom: 0.17em;
 }
 #portlet-contentViews li a:hover {
-    padding-bottom: 0.5em;
+    padding-bottom: 0.17em;
 }
 /* log in etc */
 #portal-personaltools {