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

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