Only show granted permissions when viewing role details

Hopefully a little easier on the eyes..still could use more improvements
though I'm sure.
This commit is contained in:
Lance Edgar 2016-08-11 22:29:55 -05:00
parent 2b1a493706
commit 41ca3859f6
2 changed files with 18 additions and 8 deletions

View file

@ -3,6 +3,10 @@
* Permission Lists
******************************/
div.field-wrapper.permissions {
overflow: visible;
}
div.field-wrapper.permissions div.field div.group {
margin-bottom: 10px;
}