Fix icon being stretched in ModelAdmins

This commit is contained in:
Will Rossiter 2013-12-23 20:21:05 +13:00
parent 3f6db0ddae
commit 88c59ef0a7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -131,7 +131,7 @@ body.cms {
.section-icon {
opacity: 0.2;
padding-right: 4px;
margin-right: 4px;
background-repeat: no-repeat;
}
}