mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Added reuseable .cms-panel-padded style
This commit is contained in:
parent
47f53dfa39
commit
2211fc11ca
@ -335,6 +335,8 @@ form.member-profile-form .formattingHelpText li { font-size: 11px; color: #333;
|
||||
.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-padded { width: 176px; padding: 16px 16px; overflow-x: hidden; overflow-y: auto; }
|
||||
|
||||
.cms-content .cms-panel.collapsed { cursor: pointer; }
|
||||
|
||||
/** -------------------------------------------- Other -------------------------------------------- */
|
||||
|
@ -801,6 +801,13 @@ form.member-profile-form {
|
||||
|
||||
}
|
||||
|
||||
.cms-panel-padded {
|
||||
width: ($grid-horizontal * 22);
|
||||
padding: $grid-vertical*2 $grid-horizontal*2;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.cms-content .cms-panel.collapsed {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user