Skip to content

Commit

Permalink
Fix horizontal margins of job grid in industrial.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bsingr committed Oct 17, 2013
1 parent 6754508 commit d3ee254
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/webapp/themes/industrial.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ h2 {
.build-monitor #job-views .build-time>.elapsed:after { content:"|"; margin-left:0.1em; font-weight: normal; }

.build-monitor footer {
padding:0.7em 1.5em 0 0;
padding:0.7em 1.0% 0 0;
text-align: right;
color: #ddd;
}
Expand Down Expand Up @@ -192,7 +192,8 @@ h2 {

.build-monitor ul#job-views {
list-style-type: none;
margin:0; padding:0;
margin: 0.5%;
padding:0;
}

.build-monitor ul#job-views>li {
Expand Down Expand Up @@ -328,7 +329,7 @@ h2 {
z-index: 999;
position:absolute;
top:12px;
right:0.5%;
right:1.0%;
width:32px;
overflow: hidden;
margin: 0; padding: 0.5em;
Expand Down Expand Up @@ -415,4 +416,4 @@ slider {
.build-monitor nav input[type='checkbox']+label { background-position:0 0}
.build-monitor nav input[type='checkbox']:checked+label { }
.build-monitor nav input[type='checkbox']:disabled+label { }
.build-monitor nav input[type='checkbox']:disabled:checked+label{ }
.build-monitor nav input[type='checkbox']:disabled:checked+label{ }

0 comments on commit d3ee254

Please sign in to comment.