silverstripe-framework/admin/scss/_SecurityAdmin.scss

22 lines
455 B
SCSS
Raw Normal View History

2012-01-07 18:57:14 +01:00
.SecurityAdmin {
// Same rules in .member-profile-form
.permissioncheckboxset, .permissioncheckboxsetfield_readonly {
2012-01-07 18:57:14 +01:00
.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;
}
}
}