Update create organization page UI

This commit is contained in:
Joseph Schorr 2015-04-06 13:52:38 -04:00
parent cff7f6178e
commit 2ece1170a1
6 changed files with 189 additions and 82 deletions

View file

@ -0,0 +1,4 @@
.new-organization .co-main-content-panel {
padding: 30px;
position: relative;
}

View file

@ -24,3 +24,15 @@
.repo-list .namespaces-list li .avatar {
margin-right: 10px;
}
.repo-list .new-org {
margin-top: 20px !important;
padding-top: 14px;
border-top: 1px solid #eee;
}
.repo-list .new-org i.fa {
width: 30px;
margin-right: 10px;
text-align: center;
}