Implement new vulnerabilities and packages tabs.
Fixes https://github.com/coreos-inc/design/issues/268
This commit is contained in:
parent
c7904db30d
commit
ae9140caae
16 changed files with 1547 additions and 171 deletions
|
@ -1048,12 +1048,18 @@ a:focus {
|
|||
padding-left: 6px;
|
||||
padding-right: 0px;
|
||||
color: #aaa;
|
||||
text-align: center;
|
||||
max-width: 20px;
|
||||
}
|
||||
|
||||
.co-table td.caret-col i.fa {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.co-table td.caret-col i.fa.fa-caret-down {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.co-table .add-row-spacer td {
|
||||
padding: 5px;
|
||||
}
|
||||
|
@ -1177,6 +1183,28 @@ a:focus {
|
|||
background: #F6FCFF;
|
||||
}
|
||||
|
||||
.co-filter-box {
|
||||
position: relative;;
|
||||
}
|
||||
|
||||
.co-filter-box .filter-message {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: -220px;
|
||||
top: 7px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.co-filter-box .filter-options {
|
||||
margin-top: 4px;
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.co-filter-box .filter-options input {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.co-check-bar {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
Reference in a new issue