Skip to content

Commit

Permalink
(chore) Margins around jobs are of a fixed size now (8px rather than …
Browse files Browse the repository at this point in the history
…1%), this way they stay the same no matter the screen size

This closes #87
  • Loading branch information
jan-molak committed Aug 19, 2014
1 parent 5182702 commit e864233
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/webapp/themes/industrial.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ h2 {

.build-monitor header a.home-link {
position: absolute;
top: 6px;
left: 1%;
top: 5px;
left: 8px;
z-index:2;
background: url('industrial/jenkins-logo.png') no-repeat;
background-size: 100%;
Expand Down Expand Up @@ -190,7 +190,7 @@ h2 {
.build-monitor #job-views .build-time>.elapsed:after { content:"|"; margin-left:0.1em; font-weight: normal; }

.build-monitor footer {
padding: 0 1.0%;
padding: 0 8px;
color: #ddd;
clear: both;
}
Expand Down Expand Up @@ -294,20 +294,20 @@ h2 {
}

.build-monitor footer {
height:30px;
height:24px;
}

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

/*
* Grid
*/
.build-monitor ul#job-views>li {
margin:0.5%;
margin: 4px;
}
.build-monitor ul#job-views.columns-1 li {
-webkit-flex: 1 99%;
Expand Down Expand Up @@ -465,8 +465,8 @@ h2 {
border:1px solid white;
z-index: 999;
position:absolute;
top:12px;
right:1.0%;
top:10px;
right:8px;
width:32px;
overflow: hidden;
margin: 0; padding: 0.5em;
Expand Down

0 comments on commit e864233

Please sign in to comment.