small change to right div width for longer messages

This commit is contained in:
Justine Arreche 2014-10-21 16:09:13 +02:00
parent 82983b1c02
commit d32fbf4565

View File

@ -1,8 +1,7 @@
@import "_mixins/all" @import "_mixins/all"
.green .build-status .green .build-status
background-color: #549e54 background: #549e54 url('icons/state-passed-white.svg') no-repeat
background: url('icons/state-passed-white.svg') no-repeat
background-size: 10px 10px background-size: 10px 10px
background-position: 5px 10px background-position: 5px 10px
@ -77,13 +76,12 @@
color: white color: white
.runtime .runtime
float: right
font-size: 13px font-size: 13px
display: block display: block
width: 100% width: 100%
text-align: left text-align: left
line-height: 25px line-height: 25px
margin-top: 5px margin: 5px 0 0 12px
img img
height: 13px height: 13px
@ -91,11 +89,11 @@
opacity: 0.5 opacity: 0.5
.finished .finished
float: right
font-size: 13px font-size: 13px
width: 100% width: 100%
text-align: left text-align: left
line-height: 25px line-height: 25px
margin-left: 12px
img img
height: 13px height: 13px
@ -107,7 +105,7 @@
text-decoration: underline text-decoration: underline
width: inherit width: inherit
font-size: 13px font-size: 13px
margin-top: 0px margin-left: 12px
overflow: hidden overflow: hidden
img img
@ -123,7 +121,7 @@
.right .right
margin-top: 10px margin-top: 10px
float: right float: right
width: 200px width: 220px
font-size: 11px font-size: 11px
.footer .footer