Start on new repo page

This commit is contained in:
Joseph Schorr 2013-10-24 17:41:55 -04:00
parent 9dc9e0c940
commit 70fd9afb2b
7 changed files with 204 additions and 3 deletions

View file

@ -75,6 +75,57 @@
text-decoration: none !important;
}
.new-repo .new-header {
font-size: 22px;
}
.new-repo .new-header .repo-circle {
margin-right: 14px;
}
.new-repo .new-header .name-container {
display: inline-block;
width: 300px;
}
.new-repo .description {
margin-left: 10px;
margin-top: 10px;
}
.new-repo .section {
padding-bottom: 20px;
border-bottom: 1px solid #eee;
margin-bottom: 16px;
}
.new-repo .repo-option {
margin: 6px;
margin-top: 16px;
}
.new-repo .repo-option i {
font-size: 18px;
padding-left: 10px;
padding-right: 10px;
width: 42px;
display: inline-block;
text-align: center;
}
.new-repo .option-description {
display: inline-block;
vertical-align: top;
}
.new-repo .option-description label {
display: block;
}
.new-repo .cbox {
margin: 10px;
}
.user-guide h3 {
margin-bottom: 20px;
}
@ -1051,6 +1102,7 @@ p.editable:hover i {
border: 1px solid #eee;
margin-top: 10px;
padding: 10px;
min-height: 50px;
}
/* Overrides for typeahead to work with bootstrap 3. */