Skip to content

Commit

Permalink
Merge pull request #3 from camalot/develop
Browse files Browse the repository at this point in the history
develop -> master
  • Loading branch information
camalot committed May 3, 2016
2 parents 38c9974 + 35fb76c commit c44fb26
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 21 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ You will need to add the domains that you want this to apply to yourself.
![Manage Jenkins](http://i.imgur.com/KpxsHl4.png)

![Manage Plugins](http://i.imgur.com/yTTJ6qO.png)

![Dashboard](http://i.imgur.com/7UA0UQf.png)
25 changes: 5 additions & 20 deletions jenkins-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -330,36 +330,21 @@
background-color: #4183C4;
color: @text-light;
}
@import url( './parts/_buildHistory.less');
@import url("./parts/_tasks.less");
@import url('./parts/_dashboard.less');
@import url('./parts/_buildHistory.less');
@import url('./parts/_tasks.less');
#buildQueue .pane[colspan='2'] {
text-align: center;
padding: 10px 0;
color: #999;
}
input#j_username,
input[name=j_password] {
font-size: 3.5em;
background-color: #3a3a3a;
border: solid 1px @background-black;
outline: none;
}
input#j_username:hover,
input[name=j_password]:hover {
border-color: @blue;
}
@import url('./parts/_login.less');
.setting-name {
text-transform: capitalize;
vertical-align: middle;
}
.setting-name::after {}
#header .login a,
#header .login a:visited {
color: @text-light;
}
#header .login a:hover {
color: @blue;
}

#filter-box,
#search-box {
border: solid 1px @background-black;
Expand Down
14 changes: 14 additions & 0 deletions parts/_dashboard.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.dashboard {
table#projectstatus {
.job-status-red,
.job-status-yellow,
.job-status-green,
.job-status-nobuilt,
.job-status- {
td {
font-size: 2em;
vertical-align: middle;
}
}
}
}
38 changes: 38 additions & 0 deletions parts/_login.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

form[name='login'] {
table {

margin-left: 20%;

td:nth-child(1) {
font-size: 3.5em;
vertical-align: middle;
}
}
input#j_username,
input[name='j_password'] {
font-size: 3.5em;
background-color: @background-555;
border: solid 1px @background-black;
outline: none;
&:hover {
border-color: @blue;
}
}

.yui-button {
margin-right: 30%;
margin-top: 10px;
float: right;
}
}



#header .login a,
#header .login a:visited {
color: @text-light;
}
#header .login a:hover {
color: @blue;
}
2 changes: 1 addition & 1 deletion parts/_tasks.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#tasks {
border: solid 1px lighten(@background-dark,10%);
padding-left: 5px;
padding: 5px 0 5px 5px;
.task {
font-size: 1.2em;
a { color: @white; }
Expand Down

0 comments on commit c44fb26

Please sign in to comment.