Better UI for the permissions table in the repository, as well as fix some other avatar issues

This commit is contained in:
Joseph Schorr 2015-03-31 14:36:09 -04:00
parent 805af1c0c0
commit 9018cf14eb
6 changed files with 58 additions and 8 deletions

View file

@ -1,3 +1,15 @@
.repository-permissions-table #add-entity-permission {
padding-left: 0px;
}
.repository-permissions-table .user-permission-entity {
position: relative;
}
.repository-permissions-table .outside-org {
position: absolute;
top: 15px;
left: -2px;
font-size: 16px;
color: #E8BB03;
}