diff --git a/admin/css/screen.css b/admin/css/screen.css index 9ed1821f7..3177b06c0 100644 --- a/admin/css/screen.css +++ b/admin/css/screen.css @@ -367,6 +367,7 @@ body.cms { overflow: hidden; } .cms-content-header h2 { font-size: 14px; font-weight: bold; margin: 0; margin-bottom: 8px; } .cms-content-header h2 * { vertical-align: middle; } .cms-content-header .cms-content-header-info { float: left; padding-top: 6px; } +.cms-content-header .cms-content-header-info > * { display: inline-block; } .cms-content-header .ss-ui-button { line-height: 24px; } .cms-content-header .ss-ui-button .ui-button-text { line-height: 1.4; } diff --git a/admin/scss/_style.scss b/admin/scss/_style.scss index ab540d2ac..01c10e148 100644 --- a/admin/scss/_style.scss +++ b/admin/scss/_style.scss @@ -124,6 +124,10 @@ body.cms { .cms-content-header-info { float:left; padding-top: 6px; + + & > * { + display: inline-block; // align back button and breadcrumbs + } } // Reset to default styles