make css nicer to read
authorPepijn de Vos <pepijndevos@gmail.com>
Fri, 12 Apr 2013 17:25:55 +0000 (19:25 +0200)
committerPepijn de Vos <pepijndevos@gmail.com>
Fri, 12 Apr 2013 17:25:55 +0000 (19:25 +0200)
client/assets/css/style.css

index 35c2c5cdc8bec0593487a459e8b22b9c5f029758..13c6108dce781c34a1fbb317b2c7566e2428a2f9 100644 (file)
@@ -312,7 +312,7 @@ html, body { height:100%; }
 #kiwi.theme_relaxed #toolbar .panellist li .part:before { content:"\f00d"; }
 
 #kiwi.theme_relaxed #toolbar .panellist li.server span { padding-left: 5px; }
-#kiwi.connected.theme_relaxed #toolbar .panellist li.server:before { content: "\f0ec"; }
+#kiwi.theme_relaxed.connected #toolbar .panellist li.server:before { content: "\f0ec"; }
 #kiwi.theme_relaxed #toolbar .panellist li.server:before { content: "\f06a"; }
 
 /* Tab texts are within a span */
@@ -645,7 +645,7 @@ html, body { height:100%; }
 #kiwi.theme_mini #toolbar .panellist li .part:before { content:"\f00d"; }
 
 #kiwi.theme_mini #toolbar .panellist li.server span { padding-left:5px; }
-#kiwi.connected.theme_mini #toolbar .panellist li.server:before { content: "\f0ec"; }
+#kiwi.theme_mini.connected #toolbar .panellist li.server:before { content: "\f0ec"; }
 #kiwi.theme_mini #toolbar .panellist li.server:before { content: "\f06a"; }
 
 /* Tab texts are within a span */
@@ -907,7 +907,7 @@ html, body { height:100%; }
 #kiwi.theme_cli #toolbar .panellist li .part:before { content:"\f00d"; }
 
 #kiwi.theme_cli #toolbar .panellist li.server span { padding-left:5px; }
-#kiwi.connected.theme_cli #toolbar .panellist li.server:before { content: "\f0ec"; }
+#kiwi.theme_cli.connected #toolbar .panellist li.server:before { content: "\f0ec"; }
 #kiwi.theme_cli #toolbar .panellist li.server:before { content: "\f06a"; }
 
 /* Tab texts are within a span */