BUG CMS messages touch the bottom of the inputs

making spacing even: http://screencast.com/t/oYHnG1Bj
This commit is contained in:
Daniel Hensby 2013-02-20 09:48:40 +00:00 committed by Ingo Schommer
parent 61dbafc4e5
commit a03d1e66ca
2 changed files with 2 additions and 2 deletions

View File

@ -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; }

View File

@ -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
}
}
}