#251: updated styles

This commit is contained in:
Vokhmin Alexey V 2013-08-05 19:23:25 +04:00
parent aef687e108
commit 64b6329fea
1 changed files with 6 additions and 4 deletions

View File

@ -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;
}