From 7e209cf1193ead311e6b1d921531a4d44c01e5d9 Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 13 Apr 2013 13:02:50 +0100 Subject: [PATCH] Status icon enlarging --- client/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 1ff2bbb..0fc4437 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -313,7 +313,7 @@ html, body { height:100%; } #kiwi.theme_relaxed #toolbar .panellist li.server span { padding-left: 5px; } #kiwi.theme_relaxed.connected #toolbar .panellist li.server:before { content: "\f0ec"; color:#3F9532; } -#kiwi.theme_relaxed #toolbar .panellist li.server:before { content: "\f06a"; color:#900;} +#kiwi.theme_relaxed #toolbar .panellist li.server:before { content: "\f06a"; color:#900; font-size:1.5em; line-height:1em; vertical-align:middle; } /* Tab texts are within a span */ #kiwi.theme_relaxed #toolbar .panellist li span { line-height:20px; vertical-align:middle; display:inline-block; } -- 2.25.1