Better styling for the updated build dialog. This is temporary until we redo the UI
This commit is contained in:
parent
473a141835
commit
ca350f9808
2 changed files with 20 additions and 1 deletions
|
@ -4912,4 +4912,17 @@ i.slack-icon {
|
|||
|
||||
.dockerfile-build-form table td {
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dockerfile-build-form input[type="file"] {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.dockerfile-build-form .help-text {
|
||||
font-size: 13px;
|
||||
color: #aaa;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue