Skip to content
Snippets Groups Projects
Commit d471a76a authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #860136 by aspilicious, Jeff Burnz: tabs go half-active when below them.

parent bcf5c400
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
......@@ -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;
}
......@@ -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%;
}
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment