Get permission changing working
This commit is contained in:
parent
98dc20542c
commit
240cf243ac
3 changed files with 88 additions and 4 deletions
|
@ -98,3 +98,25 @@ p.editable:hover i {
|
|||
margin-top: 6px;
|
||||
padding-left: 36px;
|
||||
}
|
||||
|
||||
.repo-admin .panel {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.repo-admin .user i {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.repo-admin .user {
|
||||
font-size: 1.2em;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
.repo-admin thead td {
|
||||
padding: 4px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.repo-admin td {
|
||||
padding: 6px;
|
||||
}
|
Reference in a new issue