mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-21 08:39:42 +01:00
Minor style updates
This commit is contained in:
@@ -88,9 +88,6 @@ h3.library-identification{
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.severity .score{
|
|
||||||
font-weight: bolder;
|
|
||||||
}
|
|
||||||
.severity .computation-details{
|
.severity .computation-details{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@@ -191,6 +188,14 @@ h3.library-identification{
|
|||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
max-width:none;
|
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 {
|
.dependencies-table .identifiers .tooltip-inner {
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
@@ -205,3 +210,6 @@ h3.library-identification{
|
|||||||
.expandable.collapsed:before{
|
.expandable.collapsed:before{
|
||||||
content: "\e080";
|
content: "\e080";
|
||||||
}
|
}
|
||||||
|
.expandable.expandable-right.collapsed:before{
|
||||||
|
content: "\e079";
|
||||||
|
}
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="vulns">@for(s <- dep.maxCvssScore) {@dep.vulnerabilities.size}</td>
|
<td class="vulns">@for(s <- dep.maxCvssScore) {@dep.vulnerabilities.size}</td>
|
||||||
<td class="actions">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr data-wrapper="<td colspan='4' xxxstyle='width: 100%;'></td>" id="@depPrefix-details" class="details collapse" data-lazyload-url="@routes.Statistics.dependencyDetails(
|
<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