fixed duration icons
This commit is contained in:
parent
4035c3c435
commit
541273a33b
|
@ -45,11 +45,12 @@ html, body
|
||||||
|
|
||||||
.duration_label
|
.duration_label
|
||||||
display: inline-block
|
display: inline-block
|
||||||
height: 14px
|
height: 11px
|
||||||
line-height: 16px
|
line-height: 13px
|
||||||
|
text-indent: 14px
|
||||||
margin-right: 1px
|
margin-right: 1px
|
||||||
overflow: hidden
|
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
|
background-size: contain
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,18 +83,18 @@ html, body
|
||||||
#left .duration_label
|
#left .duration_label
|
||||||
display: inline-block
|
display: inline-block
|
||||||
width: 11px
|
width: 11px
|
||||||
height: 14px
|
height: 11px
|
||||||
margin-right: 1px
|
margin-right: 1px
|
||||||
text-indent: 10px
|
text-indent: 10px
|
||||||
overflow: hidden
|
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
|
background-size: contain
|
||||||
|
|
||||||
@media screen and (max-width: 1310px)
|
@media screen and (max-width: 1400px)
|
||||||
#left .finished_at_label
|
#left .finished_at_label
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
@media screen and (max-width: 1310px)
|
@media screen and (max-width: 1400px)
|
||||||
table#builds .committer
|
table#builds .committer
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
.branch
|
.branch
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
color: #81817d
|
color: #6c878e
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
max-width: 300px
|
max-width: 300px
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
.subject
|
.subject
|
||||||
display: inline-block
|
display: inline-block
|
||||||
font-size: 15px
|
font-size: 15px
|
||||||
color: #81817d
|
color: #6c878e
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
margin-right: 2px
|
margin-right: 2px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user