fixed duration icons
This commit is contained in:
parent
4035c3c435
commit
541273a33b
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user