Merge pull request #2431 from coreos-inc/sec-scan-col

Small UI fixes
This commit is contained in:
josephschorr 2017-03-15 17:35:12 -04:00 committed by GitHub
commit b61291aeab
7 changed files with 29 additions and 21 deletions

View file

@ -43,7 +43,7 @@
.repo-panel-tags-element .image-track-line.start {
top: 18px;
height: 24px;
height: 25px;
display: block;
}
@ -85,7 +85,7 @@
cursor: pointer;
}
.repo-panel-tags-element .security-scan-col i.fa {
.repo-panel-tags-element .security-scan-col .donut-chart {
margin-right: 4px;
}
@ -110,7 +110,6 @@
.repo-panel-tags-element .security-scan-col .has-vulns.Defcon1 .highest-vuln {
}
.repo-panel-tags-element .security-scan-col .has-vulns {
font-size: 14px;
}
@ -119,8 +118,13 @@
margin-right: 4px;
}
.repo-panel-tags-element .security-scan-col .has-vulns a {
color: ablack;
.repo-panel-tags-element .security-scan-col .has-vulns .dot {
margin-left: 2px;
margin-right: 2px;
font-size: 150%;
line-height: 100%;
vertical-align: middle;
color: #aaa;
}
.repo-panel-tags-element .other-vulns {