Hello!

CSS code of menu tabs was changed for better usage.

-- 
Anatoly A. Kazantsev <[EMAIL PROTECTED]>
--- local.css	2008-11-26 22:17:21.000000000 +0600
+++ local-menutabs-fixed.css	2008-11-26 22:22:49.000000000 +0600
@@ -57,9 +57,11 @@
 {
   text-decoration: none;
 }
+
 a:hover
 {
-  border-bottom: 1px dotted blue;
+  border-bottom: 1px dotted #4242ff;
+  color: #4040ff;
 }
 
 /* Put these elements side by side.  */
@@ -89,13 +91,18 @@
 {
   padding: 0.5em;
   background-color: #f0f0f0;
+  border: 1px solid #f5f5f5;
+  border-bottom: none;
+  -moz-border-radius-topright: 0.5em;
 }
 
 .pageheader .actions
 {
   background-color: #e7e7e7;
   padding: 0em 0.5em 0.3em 0.5em;
+  border: 1px solid #f0f0f0;
   border-top: 1px solid #999999;
+  -moz-border-radius-bottomleft: 0.5em;
 }
 
 .pageheader .actions .global
@@ -119,17 +126,23 @@
 
 .pageheader .actions li
 {
+  padding: 0.7em 0em 0.4em 0em;
+}
+
+.pageheader .actions a
+{
   padding: 0.7em 0.7em 0.4em 0.7em;
   border: 1px solid #e7e7e7;
   border-top: 1px solid #999999;
+  -moz-border-radius-bottomleft: 0.8em;
+  -moz-border-radius-bottomright: 0.8em;
 }
-.pageheader .actions li:hover
+
+.pageheader .actions a:hover
 {
   background-color: #f0f0f0;
   border: 1px solid #999999;
   border-top: 1px solid #f0f0f0;
-  -moz-border-radius-bottomleft: 0.8em;
-  -moz-border-radius-bottomright: 0.8em;
 }
 
 #content

Attachment: pgpK3fpsHKh6Y.pgp
Description: PGP signature

Reply via email to