Minor style updates

This commit is contained in:
Šesták Vít
2017-03-21 13:03:02 +01:00
parent 5fb632d432
commit 134ec971a4
2 changed files with 12 additions and 4 deletions

View File

@@ -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";
}

View File

@@ -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(