Update Quay Sec UI as per feedback from design team

Fixes #1281
This commit is contained in:
Joseph Schorr 2016-03-09 15:28:21 -05:00
parent c75fcfbd5e
commit 821b09daaf
20 changed files with 656 additions and 564 deletions

View file

@ -1199,10 +1199,18 @@ a:focus {
margin-top: 4px;
font-size: 14px;
text-align: right;
display: inline-block;
}
.co-filter-box .filter-options input {
margin-right: 6px;
.co-filter-box .filter-options label input {
margin-right: 4px;
}
.co-filter-box.with-options > input {
display: inline-block;
width: 200px;
margin-right: 4px;
}
.co-check-bar {