From 88c59ef0a72fd6676c04540efd247229a8ffab55 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 23 Dec 2013 20:21:05 +1300 Subject: [PATCH] Fix icon being stretched in ModelAdmins --- admin/css/screen.css | 2 +- admin/scss/_style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } }