fixed colors, position on build status
This commit is contained in:
parent
844f99155c
commit
e98d429426
|
@ -4,7 +4,6 @@
|
|||
<div id="new-summary">
|
||||
<div class="right">
|
||||
<div class="build-status">
|
||||
<img {{bind-attr class="build.state"}}/>
|
||||
{{#link-to "build" repo build}}#{{build.number}} {{build.state}}{{/link-to}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -2,26 +2,23 @@
|
|||
|
||||
.green .build-status
|
||||
background: #549e54 inline-image('icons/state-passed-white.svg') no-repeat
|
||||
background-size: 10px 10px
|
||||
background-position: 5px 10px
|
||||
background-size: 14px 14px
|
||||
background-position: 12px 12px
|
||||
|
||||
.yellow .build-status
|
||||
background-color: #bcaf39
|
||||
background: inline-image('icons/state-pending-white.svg') no-repeat
|
||||
background-size: 10px 10px
|
||||
background-position: 5px 10px
|
||||
background: #bcaf39 inline-image('icons/state-pending-white.svg') no-repeat
|
||||
background-size: 14px 14px
|
||||
background-position: 12px 12px
|
||||
|
||||
.red .build-status
|
||||
background-color: #b54223
|
||||
background: inline-image('icons/state-failed-white.svg') no-repeat
|
||||
background-size: 10px 10px
|
||||
background-position: 5px 10px
|
||||
background: #b54223 inline-image('icons/state-failed-white.svg') no-repeat
|
||||
background-size: 14px 14px
|
||||
background-position: 12px 12px
|
||||
|
||||
.gray .build-status
|
||||
background-color: #a8a8a9
|
||||
background: inline-image('icons/state-errored-white.svg') no-repeat
|
||||
background-size: 10px 10px
|
||||
background-position: 5px 10px
|
||||
background: #a8a8a9 inline-image('icons/state-errored-white.svg') no-repeat
|
||||
background-size: 14px 14px
|
||||
background-position: 12px 12px
|
||||
|
||||
#new-summary
|
||||
@include clearfix
|
||||
|
@ -74,6 +71,7 @@
|
|||
|
||||
a
|
||||
color: white
|
||||
padding-left: 24px
|
||||
|
||||
.runtime
|
||||
font-size: 13px
|
||||
|
|
Loading…
Reference in New Issue
Block a user