mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
22 lines
455 B
SCSS
22 lines
455 B
SCSS
.SecurityAdmin {
|
|
// Same rules in .member-profile-form
|
|
.permissioncheckboxset, .permissioncheckboxsetfield_readonly {
|
|
.optionset {
|
|
li {
|
|
float: none;
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.cms .cms-content .SecurityAdmin { //datagrid overflow on Security Admin
|
|
.cms-content-fields {
|
|
overflow-y:auto;
|
|
.aligned-right-label { //align the label with the parent group field in add new group
|
|
margin-left:$grid-x*23;
|
|
padding:$grid-x 0;
|
|
}
|
|
}
|
|
}
|