mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Removed unrelated styles from .cms-panel-padded class (which should just do what it says)
This commit is contained in:
parent
67a032ce17
commit
bf6317d534
@ -432,7 +432,7 @@ form.member-profile-form .ui-corner-all, form.member-profile-form .ui-corner-top
|
|||||||
.cms-panel .collapsed-flyout { display: block !important; left: 41px; margin-top: -40px; position: fixed; width: 191px; }
|
.cms-panel .collapsed-flyout { display: block !important; left: 41px; margin-top: -40px; position: fixed; width: 191px; }
|
||||||
.cms-panel .collapsed-flyout li a span { display: block !important; }
|
.cms-panel .collapsed-flyout li a span { display: block !important; }
|
||||||
|
|
||||||
.cms .cms-panel-padded { width: 176px; padding: 16px 16px; overflow-x: hidden; overflow-y: auto; }
|
.cms .cms-panel-padded { padding: 16px 16px; }
|
||||||
|
|
||||||
/** ------------------------------------------------------------------
|
/** ------------------------------------------------------------------
|
||||||
* Dialog
|
* Dialog
|
||||||
|
@ -1060,10 +1060,7 @@ form.member-profile-form {
|
|||||||
|
|
||||||
.cms {
|
.cms {
|
||||||
.cms-panel-padded {
|
.cms-panel-padded {
|
||||||
width: ($grid-x * 22);
|
|
||||||
padding: $grid-y*2 $grid-x*2;
|
padding: $grid-y*2 $grid-x*2;
|
||||||
overflow-x: hidden;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user