mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Fixed issue #5002 DatetimeField styles in the new filter panel
This commit is contained in:
parent
ea00c670fd
commit
0c252af334
@ -482,6 +482,8 @@ fieldset.switch-states.size_5 input:checked:nth-of-type(5) ~ .slide-button { lef
|
|||||||
.cms-content-filters .field .chzn-container { width: 100% !important; max-width: 100%; }
|
.cms-content-filters .field .chzn-container { width: 100% !important; max-width: 100%; }
|
||||||
.cms-content-filters .field input.text { max-width: 100%; }
|
.cms-content-filters .field input.text { max-width: 100%; }
|
||||||
.cms-content-filters .field.checkbox { display: block; }
|
.cms-content-filters .field.checkbox { display: block; }
|
||||||
|
.cms-content-filters .field.datetime > label.left { float: none; }
|
||||||
|
.cms-content-filters .field.datetime input.fieldgroup-field { width: 96%; padding: 7px; }
|
||||||
.cms-content-filters .importSpec { margin-bottom: 8px; padding-left: 16px; }
|
.cms-content-filters .importSpec { margin-bottom: 8px; padding-left: 16px; }
|
||||||
.cms-content-filters .description { margin-left: 0; }
|
.cms-content-filters .description { margin-left: 0; }
|
||||||
.cms-content-filters .middleColumn { width: 100%; margin-left: 0; max-width: 100%; }
|
.cms-content-filters .middleColumn { width: 100%; margin-left: 0; max-width: 100%; }
|
||||||
|
@ -1081,6 +1081,17 @@ fieldset.switch-states{
|
|||||||
&.checkbox {
|
&.checkbox {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.datetime {
|
||||||
|
> label.left {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.fieldgroup-field {
|
||||||
|
width: 96%;
|
||||||
|
padding: 7px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.importSpec {
|
.importSpec {
|
||||||
|
Loading…
Reference in New Issue
Block a user