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;
|
||||
}
|
|
@ -11,7 +11,6 @@
|
|||
.new-repo .required-plan {
|
||||
margin: 10px;
|
||||
margin-top: 20px;
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
.new-repo .required-plan .alert {
|
||||
|
@ -66,6 +65,10 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.new-repo .repo-option-title {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.new-repo .option-description {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
@ -88,3 +91,8 @@
|
|||
.new-repo .initialize-repo .file-drop {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.new-repo .xs-label {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 6px;
|
||||
}
|
|
@ -4717,21 +4717,6 @@ i.rocket-icon {
|
|||
margin-bottom: -16px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.restart-required {
|
||||
position: relative;
|
||||
|
|
Reference in a new issue