mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-14 07:44:00 +01:00
Minor style updates
This commit is contained in:
@@ -88,9 +88,6 @@ h3.library-identification{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.severity .score{
|
||||
font-weight: bolder;
|
||||
}
|
||||
.severity .computation-details{
|
||||
display: block;
|
||||
}
|
||||
@@ -191,6 +188,14 @@ h3.library-identification{
|
||||
white-space:nowrap;
|
||||
max-width:none;
|
||||
}
|
||||
.dependencies-table .severity .score{
|
||||
font-weight: bolder;
|
||||
font-size: larger;
|
||||
color: red;
|
||||
}
|
||||
.dependencies-table .severity .score:hover{
|
||||
color: rgb(192, 0, 0);
|
||||
}
|
||||
.dependencies-table .identifiers .tooltip-inner {
|
||||
max-width: 350px;
|
||||
width: 350px;
|
||||
@@ -204,4 +209,7 @@ h3.library-identification{
|
||||
}
|
||||
.expandable.collapsed:before{
|
||||
content: "\e080";
|
||||
}
|
||||
.expandable.expandable-right.collapsed:before{
|
||||
content: "\e079";
|
||||
}
|
||||
@@ -27,7 +27,7 @@
|
||||
</td>
|
||||
<td class="vulns">@for(s <- dep.maxCvssScore) {@dep.vulnerabilities.size}</td>
|
||||
<td class="actions">
|
||||
<button data-toggle="collapse" data-target="#@depPrefix-details" class="btn btn-info"><span class="glyphicon glyphicon-chevron-down"></span></button>
|
||||
<button data-toggle="collapse" data-target="#@depPrefix-details" class="btn btn-info collapsed expandable expandable-right"></span></button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr data-wrapper="<td colspan='4' xxxstyle='width: 100%;'></td>" id="@depPrefix-details" class="details collapse" data-lazyload-url="@routes.Statistics.dependencyDetails(
|
||||
|
||||
Reference in New Issue
Block a user