Responsive new repo page

This commit is contained in:
Joseph Schorr 2015-04-17 12:17:44 -04:00
parent f87e77cc3f
commit dca6b93592
5 changed files with 83 additions and 68 deletions

View 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;
}