summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-22 13:58:29 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-22 13:58:29 +0000
commitd471a76af0f4c611057f80f989caa4666ed673fa (patch)
tree4534553db477857584b29ea2ab93b02e120d51bf
parentbcf5c4001d663fb85eb58e41ed89d4ebc8fc15d1 (diff)
downloadbrdo-d471a76af0f4c611057f80f989caa4666ed673fa.tar.gz
brdo-d471a76af0f4c611057f80f989caa4666ed673fa.tar.bz2
- Patch #860136 by aspilicious, Jeff Burnz: tabs go half-active when below them.
-rw-r--r--themes/bartik/css/colors.css4
-rw-r--r--themes/bartik/css/ie-rtl.css3
-rw-r--r--themes/bartik/css/ie.css3
-rw-r--r--themes/bartik/css/style.css7
4 files changed, 9 insertions, 8 deletions
diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css
index e9e6eaeac..c920a68d9 100644
--- a/themes/bartik/css/colors.css
+++ b/themes/bartik/css/colors.css
@@ -18,6 +18,10 @@ body.overlay {
.tabs ul.primary li a.active {
background-color: #ffffff;
}
+.tabs ul.primary li.active a {
+ background-color: #ffffff;
+ border-bottom: 1px solid #ffffff;
+}
#header {
background-color: #48a9e4;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0779bf), to(#48a9e4));
diff --git a/themes/bartik/css/ie-rtl.css b/themes/bartik/css/ie-rtl.css
index f15e9964f..d5981eeaa 100644
--- a/themes/bartik/css/ie-rtl.css
+++ b/themes/bartik/css/ie-rtl.css
@@ -3,9 +3,6 @@
fieldset legend {
left: 6px;
}
-.tabs ul.primary li a.active {
- padding: 0 10px 0 7px;
-}
ul.action-links li a {
zoom: 1;
}
diff --git a/themes/bartik/css/ie.css b/themes/bartik/css/ie.css
index 4c8003a8a..0ea7e0953 100644
--- a/themes/bartik/css/ie.css
+++ b/themes/bartik/css/ie.css
@@ -16,9 +16,6 @@ fieldset legend {
.tabs ul.primary {
height: auto;
}
-.tabs ul.primary li a.active {
- padding: 0 7px 0 10px; /* LTR */
-}
#footer-wrapper #footer .block {
height: 100%;
}
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index ba73a0d2e..6957e17b8 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -773,8 +773,8 @@ h1#page-title,
vertical-align: bottom;
margin: 0 5px 0 0; /* LTR */
}
-.tabs ul.primary li a.active {
- border-bottom: 1px solid #fff;
+.tabs ul.primary li.active a {
+ border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
color: #000;
@@ -795,6 +795,9 @@ h1#page-title,
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
}
+.tabs ul.primary li.active a {
+ background-color: #ffffff;
+}
.tabs ul.secondary {
border-bottom: none;
padding: 0.5em 0;