Responsive new repo page
This commit is contained in:
parent
f87e77cc3f
commit
dca6b93592
5 changed files with 83 additions and 68 deletions
15
static/css/directives/ui/dockerfile-build-form.css
Normal file
15
static/css/directives/ui/dockerfile-build-form.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.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