From daf3da5bbc15534292258eed6c380b8cb102003e Mon Sep 17 00:00:00 2001 From: ADTC Date: Mon, 13 Mar 2017 22:03:56 +0800 Subject: [PATCH] Add a little left margin to gear icon This is to keep some distance from the plugin name, especially in narrower screens or when the browser window is resized to be narrower. It ensures the placement still looks neat :) Signed-off-by: ADTC --- bl-kernel/admin/themes/default/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/bl-kernel/admin/themes/default/css/default.css b/bl-kernel/admin/themes/default/css/default.css index f322c464..64f8a1ac 100644 --- a/bl-kernel/admin/themes/default/css/default.css +++ b/bl-kernel/admin/themes/default/css/default.css @@ -594,6 +594,7 @@ tr.theme-installed { div.plugin-name i.settings-icon { float: right; margin-top: 3px; + margin-left: 3px; } div.plugin-links > a {