From 04c337dc8242fc7da3009002bf4673a545109dda Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 17 Jun 2013 01:26:04 +0200 Subject: [PATCH] Tab breadcrumbs floating (regression from #1778) --- admin/css/screen.css | 1 + admin/scss/_style.scss | 4 ++++ 2 files changed, 5 insertions(+) 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