mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-13 15:23:59 +01:00
276 lines
5.0 KiB
CSS
276 lines
5.0 KiB
CSS
#main{
|
|
padding-top: 50px;
|
|
}
|
|
.vuln-details{
|
|
border-collapse: collapse;
|
|
}
|
|
.vuln-details td, .vuln-details th {
|
|
padding: 5px;
|
|
border: 1px solid gray;
|
|
}
|
|
|
|
.toggle-warning {
|
|
float: left;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
.versionless-dependency:not(:hover) .related-links{
|
|
display: none;
|
|
}
|
|
|
|
.description{
|
|
border-left: 3px solid black;
|
|
margin-bottom: 3px;
|
|
padding-left: 5px;
|
|
}
|
|
.badge a{
|
|
color: yellow;
|
|
}
|
|
#project-selector{
|
|
float: left;
|
|
padding: 5px;
|
|
padding-top: 10px;
|
|
}
|
|
#project-selector button{
|
|
max-width: 220px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
#project-selector .dropdown-menu{
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
}
|
|
#project-selector .subproject a{
|
|
margin-left: 5px;
|
|
font-size: smaller;
|
|
}
|
|
|
|
.library-identification-badge-hack{
|
|
display: inline-block;
|
|
width: 1px;
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.jqplot-table-legend{
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
padding: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.jqplot-table-legend-swatch{
|
|
height: 10px;
|
|
width: 10px;
|
|
margin-right: 5px;
|
|
}
|
|
.jqplot-data-label{
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
.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;
|
|
margin-bottom: 5px;
|
|
width: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.severity .computation-details{
|
|
display: block;
|
|
}
|
|
|
|
.explained{
|
|
border-bottom: 1px dashed black;
|
|
}
|
|
.explained:after{
|
|
content: "?";
|
|
font-weight: bold;
|
|
display: inline-block;
|
|
color: white;
|
|
background-color: black;
|
|
border: 1px solid black;
|
|
border-radius: 100%;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
height: 1.5em;
|
|
width: 1.5em;
|
|
margin-left: 0.5em;
|
|
font-size: 70%;
|
|
}
|
|
.explained:hover{
|
|
border-bottom-color: blue;
|
|
}
|
|
.explained:hover:after{
|
|
background-color: blue;
|
|
border-color: blue;
|
|
}
|
|
|
|
.help{
|
|
border-left: 5px solid #00c7ff;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.projects-watching li.with-buttons{
|
|
list-style-type: none;
|
|
}
|
|
.projects-watching .watched{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.projects-watching .collapsed ul{
|
|
display: none;
|
|
}
|
|
.projects-watching .watching-btn-expand {
|
|
display: none;
|
|
}
|
|
.projects-watching .collapsed .watching-btn-expand{
|
|
display: inline;
|
|
}
|
|
.projects-watching .collapsed .watching-btn-collapse{
|
|
display: none;
|
|
}
|
|
.projects-watching li{
|
|
position: relative;
|
|
}
|
|
|
|
.projects-watching .toggle-buttons button{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.projects-watching .toggle-buttons{
|
|
position: absolute;
|
|
top: 2px;
|
|
left: -19px;
|
|
}
|
|
|
|
|
|
.nav > li.collapse {
|
|
display: none;
|
|
}
|
|
.nav > li.collapse.in {
|
|
display: list-item;
|
|
}
|
|
|
|
.dependencies-table .vulns{
|
|
text-align: right;
|
|
}
|
|
.dependencies-table .actions{
|
|
vertical-align: bottom;
|
|
width: 10px;
|
|
}
|
|
.dependencies-table > tbody:hover > tr {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.dependencies-table > tbody > tr.details > td {
|
|
border-top-style: none;
|
|
}
|
|
.dependencies-table .severity .explained:hover {
|
|
color:blue;
|
|
}
|
|
.dependencies-table .severity .explained:after {
|
|
content: "";
|
|
display: none;
|
|
}
|
|
.dependencies-table .severity .tooltip-inner, #library-identifier-wrapper .tooltip-inner {
|
|
white-space:nowrap;
|
|
max-width:none;
|
|
}
|
|
.dependencies-table .severity .score-vulnerability{
|
|
font-weight: bolder;
|
|
font-size: larger;
|
|
color: red;
|
|
}
|
|
.dependencies-table .severity .score-vulnerability:hover{
|
|
color: rgb(192, 0, 0);
|
|
}
|
|
.identifiers .tooltip-inner {
|
|
max-width: 350px;
|
|
width: 350px;
|
|
}
|
|
.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: "\e113";
|
|
}
|
|
.expandable.collapsed:before{
|
|
content: "\e114";
|
|
}
|
|
.expandable.expandable-right.collapsed:before{}
|
|
.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;
|
|
}
|
|
|
|
.warning-expandable:before{
|
|
padding-left: 1em;
|
|
font-family: 'Glyphicons Halflings';
|
|
content: "\e209";
|
|
}
|
|
|
|
.sublist{
|
|
padding-left: 23px;
|
|
}
|
|
|
|
#library-identifier-wrapper .tooltip-inner{
|
|
text-align: left;
|
|
}
|
|
#scan-results{
|
|
margin-top: 64px;
|
|
}
|
|
.confidence{
|
|
border: 1px solid grey;
|
|
color: grey;
|
|
height: 1.5em;
|
|
width: 1.5em;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
display: inline-block;
|
|
border-radius: 1em;
|
|
margin-right: 5px;
|
|
}
|
|
.confidence .fa{
|
|
position: relative;
|
|
top: -0.5ex;
|
|
}
|
|
.identifier-low{
|
|
color: gray;
|
|
}
|
|
.identifier-high, .identifier-file, .identifier-highest{
|
|
background-color: #dddddd;
|
|
} |