Adjusted formatting of library identifiers in vulnerability details

This commit is contained in:
Šesták Vít
2018-04-16 10:34:50 +02:00
parent a2a4ee01c7
commit 181a4c596c
3 changed files with 25 additions and 46 deletions
+11 -8
View File
@@ -45,11 +45,6 @@
font-size: smaller;
}
h3.library-identification{
border: 1px solid black;
padding: 5px;
}
.library-identification-badge-hack{
display: inline-block;
width: 1px;
@@ -75,11 +70,19 @@ h3.library-identification{
color: white;
font-weight: bold;
}
.dependencies-table .identifiers ul, .dependencies-table .identifiers ul li{
.identifiers ul, .identifiers ul li{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
div.identifiers li.library-identification{
border: 2px solid gray;
border-left-width: 0;
border-right-width: 0;
padding: 5px 5px 5px 16px;
display: block;
margin: 0 0 -2px 0;
}
.severity{
font-size: smaller;
@@ -196,11 +199,11 @@ h3.library-identification{
.dependencies-table .severity .score-vulnerability:hover{
color: rgb(192, 0, 0);
}
.dependencies-table .identifiers .tooltip-inner {
.identifiers .tooltip-inner {
max-width: 350px;
width: 350px;
}
.dependencies-table .identifiers .explained{
.identifiers .explained{
border-bottom: none;
}
.dependencies-table .vulnerabilities-details > li{