mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix section icon in cms header
This commit is contained in:
parent
3e2cf27b38
commit
3f6db0ddae
@ -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 { font-size: 14px; font-weight: bold; margin: 0; margin-bottom: 8px; }
|
||||||
.cms-content-header h2 * { vertical-align: middle; }
|
.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 { 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 { line-height: 24px; }
|
||||||
.cms-content-header .ss-ui-button .ui-button-text { line-height: 1.4; }
|
.cms-content-header .ss-ui-button .ui-button-text { line-height: 1.4; }
|
||||||
|
|
||||||
|
@ -125,9 +125,15 @@ body.cms {
|
|||||||
float:left;
|
float:left;
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
|
|
||||||
& > * {
|
& * {
|
||||||
display: inline-block; // align back button and breadcrumbs
|
display: inline-block; // align back button and breadcrumbs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-icon {
|
||||||
|
opacity: 0.2;
|
||||||
|
padding-right: 4px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset to default styles
|
// Reset to default styles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user