Skip to content

Commit

Permalink
Permission list styling improvements (#8100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Edwards authored and chillu committed Dec 13, 2012
1 parent 006790b commit 236e335
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
4 changes: 3 additions & 1 deletion admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 12 additions & 9 deletions admin/scss/_SecurityAdmin.scss
@@ -1,12 +1,15 @@
.SecurityAdmin {
// Same rules in .member-profile-form
.permissioncheckboxset, .permissioncheckboxsetfield_readonly {
.optionset {
li {
float: none;
width: auto;
}
}
.permissioncheckboxset, .permissioncheckboxsetfield_readonly {
h5 {
margin: 0;
}
.optionset {
overflow: auto;

li {
float: none;
width: auto;
clear: both;
}
}
}

Expand Down

0 comments on commit 236e335

Please sign in to comment.