Redo the UI for the run trigger dialog to be much cleaner

Fixes #774
This commit is contained in:
Joseph Schorr 2016-09-29 15:19:21 +02:00
parent edc2bc8b93
commit e85a1bce0a
13 changed files with 541 additions and 369 deletions

View file

@ -1,24 +1,20 @@
.dockerfile-build-form table td {
vertical-align: top;
white-space: nowrap;
}
.dockerfile-build-form .file-drop {
padding: 0px;
}
.dockerfile-build-form input[type="file"] {
margin: 0px;
}
.dockerfile-build-form .help-text {
font-size: 13px;
color: #aaa;
margin-top: 10px;
margin-bottom: 16px;
font-size: 14px;
margin-bottom: 10px;
}
.dockerfile-build-form dd {
padding-left: 20px;
padding-top: 14px;
}
.dockerfile-build-form .robot-permission {
margin-top: 10px;
background: #fafafa;
padding: 20px;
}
.dockerfile-build-form .co-alert {
margin-top: 10px;
margin-bottom: 0px;
}
.dockerfile-build-form .starting-build {
text-align: center;
padding: 20px;
}