Merge pull request #3108 from quay/joseph.schorr/QUAY-965/small-ui-fixes
Some small UI fixes
This commit is contained in:
commit
060409d3d6
4 changed files with 6 additions and 19 deletions
|
@ -85,21 +85,7 @@
|
|||
}
|
||||
|
||||
.build-logs-view .container-header .label {
|
||||
padding-top: 4px;
|
||||
text-align: right;
|
||||
margin-left: 2px;
|
||||
margin-right: 10px;
|
||||
width: 86px;
|
||||
display: inline-block;
|
||||
|
||||
border-right: 4px solid #aaa;
|
||||
background-color: #717171;
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.build-logs-view .dockerfile-command {
|
||||
position: inherit;
|
||||
}
|
||||
|
||||
.build-logs-view .dockerfile-command .command-title {
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
data-title="Delta of the severity of vulnerabilities in the package before->after upgrading" data-container="body" bs-tooltip>Upgrade impact</a>
|
||||
</td>
|
||||
<td class="hidden-xs hidden-sm hidden-md">
|
||||
Introduced In Image
|
||||
Introduced In Layer
|
||||
</td>
|
||||
<td class="hidden-xs options-col"></td>
|
||||
</thead>
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
</td>
|
||||
<td class="double-col image-col hidden-xs hidden-sm hidden-md">
|
||||
<span bo-if="vuln.imageCommand">
|
||||
<image-command command="feature.imageCommand"></image-command>
|
||||
<image-command command="vuln.imageCommand"></image-command>
|
||||
</span>
|
||||
<span bo-if="!vuln.imageCommand">(No Command)</span>
|
||||
</td>
|
||||
|
|
|
@ -27,12 +27,13 @@
|
|||
}
|
||||
|
||||
.dockerfile-command {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding-left: 96px;
|
||||
}
|
||||
|
||||
.dockerfile-command .command-title {
|
||||
font-family: Consolas, "Lucida Console", Monaco, monospace !important;
|
||||
padding-left: 90px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
@ -54,6 +55,6 @@
|
|||
background-color: #333;
|
||||
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: -4px;
|
||||
top: 2px;
|
||||
left: 0px;
|
||||
}
|
||||
|
|
Reference in a new issue