Accidently removed some styles in the merge

This commit is contained in:
Brentley Jones 2013-07-16 19:06:33 +00:00
parent 5e08427dd3
commit e060e952b5
1 changed files with 19 additions and 0 deletions

View File

@ -296,3 +296,22 @@ position: fixed;
}
}
}
.permission-selector{
width: 300px;
}
.permission-list{
list-style:none;
margin: 0 0 15px;
padding: 0;
.name {
display: inline-block;
min-width: 80px;
}
.icon-remove-sign {
margin-left: 5px;
}
li {
margin-bottom: 10px;
}
}