diff --git a/admin/css/screen.css b/admin/css/screen.css index f6d4528db..d5a61be32 100644 --- a/admin/css/screen.css +++ b/admin/css/screen.css @@ -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; } diff --git a/admin/scss/_style.scss b/admin/scss/_style.scss index c5936b124..ea8570cfd 100644 --- a/admin/scss/_style.scss +++ b/admin/scss/_style.scss @@ -131,7 +131,7 @@ body.cms { .section-icon { opacity: 0.2; - padding-right: 4px; + margin-right: 4px; background-repeat: no-repeat; } }