diff --git a/admin/css/screen.css b/admin/css/screen.css index 452c87f26..f42ff1ba6 100644 --- a/admin/css/screen.css +++ b/admin/css/screen.css @@ -424,6 +424,7 @@ form.member-profile-form .ui-tabs-nav .ui-corner-all, form.member-profile-form . .cms .cms-content-fields #Root_Main .confirmedpassword { border-bottom: none; box-shadow: none; } .cms .cms-content-fields #Root_Main .customFormat { max-width: 80px; } .cms .cms-content-fields #Root_Main .cms-help-toggle { text-indent: -9999em; display: inline-block; width: 20px; background: url(../images/question.png) no-repeat 0px 0px; } +.cms .cms-content-fields #Root_Permissions ul.optionset li { float: none; } /** -------------------------------------------- "Settings" Form -------------------------------------------- */ #CanViewType .optionset li, #CanEditType .optionset li, #CanCreateTopLevelType .optionset li { float: none; width: auto; white-space: nowrap; } diff --git a/admin/scss/_style.scss b/admin/scss/_style.scss index 8e6884f74..41e2fff9b 100644 --- a/admin/scss/_style.scss +++ b/admin/scss/_style.scss @@ -978,6 +978,11 @@ form.member-profile-form { background:url(../images/question.png) no-repeat 0px 0px; } } + #Root_Permissions{ + ul.optionset li { + float:none; + } + } } }