This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/css/directives/ui/dockerfile-build-form.css

24 lines
388 B
CSS
Raw Normal View History

2015-04-17 16:17:44 +00:00
.dockerfile-build-form table td {
vertical-align: top;
white-space: nowrap;
}
.dockerfile-build-form .file-drop {
padding: 0px;
}
2015-04-17 16:17:44 +00:00
.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;
2015-04-17 16:17:44 +00:00
}