silverstripe-framework/admin/scss/_ModelAdmin.scss
Paul Clarke 544d2eb6e1 Side-by-side preview options styling.
Thanks @adrexia for contributing.
2012-12-10 17:52:01 +01:00

18 lines
356 B
SCSS

.ModelAdmin .cms-content-fields {
overflow:hidden; //removes scrolling from filter panel
.cms-edit-form {
overflow-y:auto; //adds scrolling only to the datagrid
overflow-x:hidden;
}
.cms-content-tools .cms-panel-content {
.cms-search-form {
.resetformaction {
margin-right:0px;
}
}
#Form_ImportForm {
overflow:hidden;
}
}
}