Tab breadcrumbs floating (regression from #1778)

This commit is contained in:
Ingo Schommer 2013-06-17 01:26:04 +02:00
parent 3fb80a1657
commit 04c337dc82
2 changed files with 5 additions and 0 deletions

View File

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

View File

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