fixed duration icons

This commit is contained in:
Justine Arreche 2014-12-10 12:40:42 +01:00
parent 4035c3c435
commit 541273a33b
2 changed files with 10 additions and 9 deletions

View File

@ -45,11 +45,12 @@ html, body
.duration_label
display: inline-block
height: 14px
line-height: 16px
height: 11px
line-height: 13px
text-indent: 14px
margin-right: 1px
overflow: hidden
background: inline-image('ui/clock.svg') no-repeat 0px 3px
background: inline-image('ui/clock.svg') no-repeat 0px 0px
background-size: contain
@ -82,18 +83,18 @@ html, body
#left .duration_label
display: inline-block
width: 11px
height: 14px
height: 11px
margin-right: 1px
text-indent: 10px
overflow: hidden
background: inline-image('ui/clock.svg') no-repeat 0px 3px
background: inline-image('ui/clock.svg') no-repeat 0px 0px
background-size: contain
@media screen and (max-width: 1310px)
@media screen and (max-width: 1400px)
#left .finished_at_label
display: none
@media screen and (max-width: 1310px)
@media screen and (max-width: 1400px)
table#builds .committer
display: none

View File

@ -29,7 +29,7 @@
.branch
font-weight: bold
color: #81817d
color: #6c878e
font-size: 16px
max-width: 300px
display: inline-block
@ -40,7 +40,7 @@
.subject
display: inline-block
font-size: 15px
color: #81817d
color: #6c878e
margin-top: 10px
overflow: hidden
margin-right: 2px