mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Ensuring .cms-panel-padded overrides .cms .ui-tabs
This commit is contained in:
parent
bb8bda862e
commit
c820692e9e
@ -434,7 +434,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-panel-padded { width: 176px; padding: 16px 16px; overflow-x: hidden; overflow-y: auto; }
|
.cms .cms-panel-padded { width: 176px; padding: 16px 16px; overflow-x: hidden; overflow-y: auto; }
|
||||||
|
|
||||||
/** ------------------------------------------------------------------
|
/** ------------------------------------------------------------------
|
||||||
* Dialog
|
* Dialog
|
||||||
|
@ -1096,11 +1096,13 @@ form.member-profile-form {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cms-panel-padded {
|
.cms {
|
||||||
width: ($grid-x * 22);
|
.cms-panel-padded {
|
||||||
padding: $grid-y*2 $grid-x*2;
|
width: ($grid-x * 22);
|
||||||
overflow-x: hidden;
|
padding: $grid-y*2 $grid-x*2;
|
||||||
overflow-y: auto;
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** ------------------------------------------------------------------
|
/** ------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user