mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Tab breadcrumbs floating (regression from #1778)
This commit is contained in:
parent
3fb80a1657
commit
04c337dc82
@ -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; }
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user