Fix handling of non-features from Clair and other small UI fixes

This commit is contained in:
Joseph Schorr 2016-03-04 18:07:44 -05:00
parent 5b7d6b0638
commit 65037ac5e1
8 changed files with 95 additions and 17 deletions

View file

@ -1243,6 +1243,13 @@ a:focus {
border-bottom: none !important;
}
.empty-icon {
color: #ddd;
font-size: 46px;
margin-bottom: 20px;
text-align: center;
}
.empty-primary-msg {
font-size: 18px;
margin-bottom: 10px;