#251: updated styles
This commit is contained in:
parent
aef687e108
commit
64b6329fea
|
@ -2064,11 +2064,13 @@ a.button.reject_publish, a.button.create_container {
|
|||
}
|
||||
|
||||
table tbody {
|
||||
.build-list-statuses {
|
||||
td.build-list-statuses {
|
||||
background: #FFF;
|
||||
|
||||
.status {
|
||||
float: left;
|
||||
border: 1px solid #DDD;
|
||||
margin: 0 2px;
|
||||
margin: 1px 2px;
|
||||
}
|
||||
.error { background: #fedede; }
|
||||
.success { background: #e3edb7; }
|
||||
|
@ -2076,9 +2078,9 @@ table tbody {
|
|||
.nocolor { background: #FFF; }
|
||||
.expand {
|
||||
position: absolute;
|
||||
margin-left: -23px;
|
||||
background: #ededed;
|
||||
margin: -9px 0 0 -23px;
|
||||
border: 1px solid #DDD;
|
||||
border-right-color: #FFF;
|
||||
padding: 1px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue