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

(cherry picked from commit 7061320)
  • Loading branch information
pwielgolaski authored and olivergondza committed Mar 30, 2015
1 parent 446f3ca commit f624aab
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 @@ -427,10 +427,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 f624aab

Please sign in to comment.