mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix icon being stretched in ModelAdmins
This commit is contained in:
parent
3f6db0ddae
commit
88c59ef0a7
@ -373,7 +373,7 @@ body.cms { overflow: hidden; }
|
||||
.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 .section-icon { opacity: 0.2; padding-right: 4px; background-repeat: no-repeat; }
|
||||
.cms-content-header .cms-content-header-info .section-icon { opacity: 0.2; margin-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; }
|
||||
|
||||
|
@ -131,7 +131,7 @@ body.cms {
|
||||
|
||||
.section-icon {
|
||||
opacity: 0.2;
|
||||
padding-right: 4px;
|
||||
margin-right: 4px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user