summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-27 13:28:51 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-27 13:28:51 +0000
commitff600f286b9d424deb536f434a6368e98d179f33 (patch)
treef36690296a1c31e85ae34bb59deb4a8576bf1587 /themes
parent416e40bbcd72e1bca2aa9f51515f51e88e344c73 (diff)
downloadbrdo-ff600f286b9d424deb536f434a6368e98d179f33.tar.gz
brdo-ff600f286b9d424deb536f434a6368e98d179f33.tar.bz2
- Patch #763720 by yoroy, rickvug: improved visiblity of secondary navigation.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 585a0e2a8..bbf5b9bdc 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -325,27 +325,28 @@ ul.secondary {
clear: both;
font-size: 12px;
text-align: right;
- padding: 5px 10px 4px;
- line-height: 20px;
+ padding: 4px 10px 10px;
+ line-height: 18px;
overflow: hidden;
- border-bottom: 1px solid #ccc;
- background: #fff;
+ background-color: #fff;
}
ul.secondary li {
padding-left: 10px;
}
ul.secondary li a {
- color: #05a;
+ background-color: #ddd;
+ color: #000;
}
ul.secondary li a,
ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a.active {
- padding: 0 10px;
+ padding: 2px 10px;
border-radius: 7px;
- -moz-border-radius: 10px;
+ -moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
+ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a.active {
color: #fff;
@@ -881,8 +882,7 @@ ol.task-list li.done {
}
.overlay ul.secondary {
background: transparent none;
- margin: -2.4em 0 0.5em 0;
- padding: 3px 10px;
+ margin: -2.4em 0 0.3em 0;
}
.overlay #content {
padding: 0;