Better styling for the updated build dialog. This is temporary until we redo the UI

This commit is contained in:
Joseph Schorr 2015-01-16 17:06:20 -05:00
parent 473a141835
commit ca350f9808
2 changed files with 20 additions and 1 deletions

View file

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