mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX:removed the float from the li (checkboxes) in members permissions... fixed layout issues Trac #6958
This commit is contained in:
parent
83be1a8b43
commit
31d4629cdb
@ -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; }
|
||||
|
@ -978,6 +978,11 @@ form.member-profile-form {
|
||||
background:url(../images/question.png) no-repeat 0px 0px;
|
||||
}
|
||||
}
|
||||
#Root_Permissions{
|
||||
ul.optionset li {
|
||||
float:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user