Finish up admin permissions

This commit is contained in:
Joseph Schorr 2013-09-27 15:48:54 -04:00
parent 4a80100f8f
commit 479e23b09d
4 changed files with 65 additions and 2 deletions

View file

@ -44,6 +44,10 @@ p.editable:hover i {
position: relative;
}
.repo .header .back {
margin-right: 6px;
}
.repo .description {
margin-bottom: 40px;
}
@ -76,6 +80,14 @@ p.editable:hover i {
width: 300px;
}
.repo .settings-cog {
margin-left: 20px;
}
.repo .settings-cog a {
text-decoration: none !important;
}
.repo-listing {
display: block;
margin-bottom: 20px;