mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
13 lines
221 B
SCSS
13 lines
221 B
SCSS
.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;
|
|
}
|
|
} |