mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUG CMS messages touch the bottom of the inputs
making spacing even: http://screencast.com/t/oYHnG1Bj
This commit is contained in:
parent
61dbafc4e5
commit
a03d1e66ca
@ -438,7 +438,7 @@ body.cms { overflow: hidden; }
|
||||
.message p { margin: 0; }
|
||||
|
||||
.cms-edit-form .message { margin: 16px; }
|
||||
.cms-edit-form .ui-tabs-panel .message { margin: 0 0 16px 0; }
|
||||
.cms-edit-form .ui-tabs-panel .message { margin: 16px 0; }
|
||||
|
||||
/** -------------------------------------------- Page icons -------------------------------------------- */
|
||||
.page-icon, a .jstree-pageicon { display: block; width: 16px; height: 16px; background: transparent url(../images/sitetree_ss_pageclass_icons_default.png) no-repeat; }
|
||||
|
@ -465,7 +465,7 @@ body.cms {
|
||||
}
|
||||
.ui-tabs-panel {
|
||||
.message {
|
||||
margin: 0 0 $grid-x*2 0; // gets padding from tab panel
|
||||
margin: $grid-x*2 0; // gets padding from tab panel
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user