Skip to content

Commit

Permalink
MINOR Show all "can view" options in page settings in their own line,…
Browse files Browse the repository at this point in the history
… as it makes it easier to scan available options
  • Loading branch information
chillu committed Mar 5, 2012
1 parent 7a97b52 commit c69e949
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/css/screen.css

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

11 changes: 11 additions & 0 deletions admin/scss/_style.scss
Expand Up @@ -888,6 +888,17 @@ form.member-profile-form {
} }
} }


/** --------------------------------------------
* "Settings" Form
* -------------------------------------------- */
#CanViewType, #CanEditType, #CanCreateTopLevelType {
.optionset li {
// All options on their own line
float: none;
width: auto;
}
}

/** -------------------------------------------- /** --------------------------------------------
* Panels * Panels
* -------------------------------------------- */ * -------------------------------------------- */
Expand Down

0 comments on commit c69e949

Please sign in to comment.