Skip to content

Commit

Permalink
[JENKINS-25953]Tabs in job view are layouted in wrong way
Browse files Browse the repository at this point in the history
make equal height of tab regardless if selected or not
  • Loading branch information
pwielgolaski committed Dec 14, 2014
1 parent cce358b commit 7061320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/webapp/css/style.css
Expand Up @@ -406,10 +406,10 @@ pre.console {
}
.tabBar [type=radio]:checked ~ a {
border: solid 1px #f0f0f0;
border-bottom: none;
background: #eee;
color: #000;
font-weight: bold;
border-bottom: 1px solid #eee;
z-index: 2;
}
.tabBarBaseline {
Expand Down

0 comments on commit 7061320

Please sign in to comment.