Finish up admin permissions
This commit is contained in:
parent
4a80100f8f
commit
479e23b09d
4 changed files with 65 additions and 2 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue