#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 { table tbody {
.build-list-statuses { td.build-list-statuses {
background: #FFF;
.status { .status {
float: left; float: left;
border: 1px solid #DDD; border: 1px solid #DDD;
margin: 0 2px; margin: 1px 2px;
} }
.error { background: #fedede; } .error { background: #fedede; }
.success { background: #e3edb7; } .success { background: #e3edb7; }
@ -2076,9 +2078,9 @@ table tbody {
.nocolor { background: #FFF; } .nocolor { background: #FFF; }
.expand { .expand {
position: absolute; position: absolute;
margin-left: -23px; margin: -9px 0 0 -23px;
background: #ededed;
border: 1px solid #DDD; border: 1px solid #DDD;
border-right-color: #FFF;
padding: 1px; padding: 1px;
cursor: pointer; cursor: pointer;
} }