b3fcd3f84e
We now automatically validate the chosen Dockerfile/archive, and automatically check to see if a robot is needed
24 lines
No EOL
388 B
CSS
24 lines
No EOL
388 B
CSS
.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;
|
|
}
|
|
|
|
.dockerfile-build-form dd {
|
|
padding-left: 20px;
|
|
padding-top: 14px;
|
|
} |