Another set of UI improvements

This commit is contained in:
Šesták Vít
2017-03-21 16:54:20 +01:00
parent 134ec971a4
commit 10b3a3b6f1
5 changed files with 51 additions and 21 deletions

View File

@@ -203,6 +203,13 @@ h3.library-identification{
.dependencies-table .identifiers .explained{
border-bottom: none;
}
.dependencies-table .vulnerabilities-details > li{
display: block;
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.expandable:before{
font-family: 'Glyphicons Halflings';
content: "\e114";
@@ -212,4 +219,19 @@ h3.library-identification{
}
.expandable.expandable-right.collapsed:before{
content: "\e079";
}
}
.cvss .tooltip-inner table {
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.cvss .tooltip-inner {
max-width: 250px;
width: 250px;
}
.vulnerability-expandable{
margin-left: 15px;
}
.vulnerability-expandable .more{
margin: 10px;
}