Merge pull request #3108 from quay/joseph.schorr/QUAY-965/small-ui-fixes

Some small UI fixes
This commit is contained in:
Joseph Schorr 2018-06-06 13:13:24 -04:00 committed by GitHub
commit 060409d3d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 19 deletions

View file

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

View file

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

View file

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

View file

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