mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ENHANCMENT: SSF-25 - fixed a couple of styling issues on the ModelAdmin Filter
This commit is contained in:
parent
0d69126152
commit
99e376d0f5
@ -666,5 +666,9 @@ li.class-ErrorPage > a .jstree-pageicon { background-position: 0 -112px; }
|
||||
.cms-menu-list.collapsed li .text, .cms-menu-list.collapsed li .toggle-children { display: none; }
|
||||
.cms-menu-list.collapsed li > li { display: none; }
|
||||
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content .cms-search-form .resetformaction { margin-right: 0px; }
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content .cms-search-form .resetformaction span { padding-left: 0px; }
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content #Form_ImportForm { overflow: hidden; }
|
||||
|
||||
.SecurityAdmin .cms-edit-form .cms-content-header h2 { display: none; }
|
||||
.SecurityAdmin .permissioncheckboxset .optionset li, .SecurityAdmin .permissioncheckboxsetfield_readonly .optionset li { float: none; width: auto; }
|
||||
|
@ -0,0 +1,13 @@
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content {
|
||||
.cms-search-form {
|
||||
.resetformaction {
|
||||
margin-right:0px;
|
||||
span {
|
||||
padding-left:0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
#Form_ImportForm {
|
||||
overflow:hidden;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user