Fix section icon in cms header

This commit is contained in:
Will Rossiter 2013-12-21 17:23:07 +13:00
parent 3e2cf27b38
commit 3f6db0ddae
2 changed files with 9 additions and 2 deletions

View File

@ -372,7 +372,8 @@ 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 .cms-content-header-info * { display: inline-block; }
.cms-content-header .cms-content-header-info .section-icon { opacity: 0.2; padding-right: 4px; background-repeat: no-repeat; }
.cms-content-header .ss-ui-button { line-height: 24px; }
.cms-content-header .ss-ui-button .ui-button-text { line-height: 1.4; }

View File

@ -125,9 +125,15 @@ body.cms {
float:left;
padding-top: 6px;
& > * {
& * {
display: inline-block; // align back button and breadcrumbs
}
.section-icon {
opacity: 0.2;
padding-right: 4px;
background-repeat: no-repeat;
}
}
// Reset to default styles