Fixes to menu tabs
"Anatoly A. Kazantsev" <[email protected]> Wed, 26 Nov 2008 22:38:35 +0600
| Newsgroups | gmane.os.hurd.web.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello! CSS code of menu tabs was changed for better usage. -- Anatoly A. Kazantsev <[email protected]>
local-css-menutabs-fixed.patch
(text/x-diff, 1.3 KB)
--- 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
signature.asc
(application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkkte4sACgkQWp1qBUmYVyseZACgzCeolg16lTmhPfogOaQ+0wwe Ai0AniFkn5de/VOpEE/tDW2nhALnFwYc =hlKp -----END PGP SIGNATURE-----