Skip to content

Commit

Permalink
JENKINS-33826 build history badges styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow committed Mar 28, 2016
1 parent 994375f commit d9d4f08
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions war/src/main/webapp/css/style.css
Expand Up @@ -1124,14 +1124,25 @@ table.parameters > tbody:hover {
}
.build-row-cell .build-badge {
display: inline-block;
padding: 2px;
width: 70%;
text-align: right;
width: 70%;
padding: 2px 0;
}
.build-row-cell .build-badge > span {
display: inline-block;
max-width: 256px;
padding: 0 1px;
overflow: hidden;
}
.build-row-cell .build-badge span:after {
content: " ";
font-size: 0%;
.build-row-cell .build-badge > span + span {
margin: 0 0 0 2px !important;
}
@media (min-width: 1170px) {
.build-row-cell .build-badge > span {
max-width: 296px;
}
}

.build-row .build-name-controls .pane.build-name,
.build-row .build-details-controls .pane.build-details {
width: 70%;
Expand Down

0 comments on commit d9d4f08

Please sign in to comment.