change close icon to font-awesome
authorPepijn de Vos <pepijndevos@gmail.com>
Tue, 9 Apr 2013 17:18:40 +0000 (19:18 +0200)
committerPepijn de Vos <pepijndevos@gmail.com>
Tue, 9 Apr 2013 17:18:40 +0000 (19:18 +0200)
client/assets/css/style.css
client/assets/dev/view.js

index 3da5970609162f3cd8eb2411ad5b80a402eb7c56..351b492c77c5ef07d02a0633d9cb93c768e99fef 100644 (file)
@@ -44,8 +44,8 @@ html, body { height:100%; }
 #kiwi #toolbar .panellist .alert_activity { font-weight: bold; }
 #kiwi #toolbar .panellist .alert_action { font-weight: bold; }
 
-#kiwi #toolbar .panellist li .part { position: absolute; top: 8px; right: 5px; }
-#kiwi #toolbar .panellist li .part:after { content:"[x]"; }
+#kiwi #toolbar .panellist li .part { position: absolute; top: 5px; right: 5px; }
+#kiwi #toolbar .panellist li .part:before { content:"[x]"; }
 #kiwi #toolbar .panellist li img.icon { left:5px; top:2px; height:auto; width:auto; }
 
 #kiwi #status_message {
@@ -309,10 +309,7 @@ html, body { height:100%; }
 #kiwi.theme_relaxed #toolbar .panellist .alert_action { font-weight:normal; }
 
 #kiwi.theme_relaxed #toolbar .panellist .active { padding-right:23px; }
-#kiwi.theme_relaxed #toolbar .panellist li .part {
-    background:url('../img/redcross.png'); width:14px; height:14px;
-}
-#kiwi.theme_relaxed #toolbar .panellist li .part:after { content:""; }
+#kiwi.theme_relaxed #toolbar .panellist li .part:before { content:"\f00d"; }
 
 #kiwi.theme_relaxed #toolbar .panellist li.server span { background:url(../img/server_tab.png) no-repeat; padding-left:23px; }
 
@@ -643,10 +640,7 @@ html, body { height:100%; }
 #kiwi.theme_mini #toolbar .panellist .alert_action { font-weight:normal; }
 
 #kiwi.theme_mini #toolbar .panellist .active { padding-right:23px; }
-#kiwi.theme_mini #toolbar .panellist li .part {
-    background:url('../img/redcross.png'); width:14px; height:14px;
-}
-#kiwi.theme_mini #toolbar .panellist li .part:after { content:""; }
+#kiwi.theme_mini #toolbar .panellist li .part:before { content:"\f00d"; }
 
 #kiwi.theme_mini #toolbar .panellist li.server span { background:url(../img/server_tab.png) no-repeat; padding-left:23px; }
 
@@ -906,10 +900,7 @@ html, body { height:100%; }
 #kiwi.theme_cli #toolbar .panellist .alert_action { font-weight:normal; }
 
 #kiwi.theme_cli #toolbar .panellist .active { padding-right:23px; }
-#kiwi.theme_cli #toolbar .panellist li .part {
-    background:url('../img/redcross.png'); width:14px; height:14px;
-}
-#kiwi.theme_cli #toolbar .panellist li .part:after { content:""; }
+#kiwi.theme_cli #toolbar .panellist li .part:before { content:"\f00d"; }
 
 #kiwi.theme_cli #toolbar .panellist li.server span { background:url(../img/server_tab.png) no-repeat; padding-left:23px; }
 
@@ -1115,9 +1106,9 @@ html, body { height:100%; }
 #kiwi.theme_basic #toolbar .panellist .alert_activity { font-weight:normal; color:green; }
 #kiwi.theme_basic #toolbar .panellist .alert_action { font-weight:normal; color:green; }
 
-#kiwi.theme_basic #toolbar .panellist .active { padding-right:23px; }
+#kiwi.theme_basic #toolbar .panellist .active { padding-right:25px; }
 #kiwi.theme_basic #toolbar .panellist li .part {}
-#kiwi.theme_basic #toolbar .panellist li .part:after { content:"[x]"; }
+#kiwi.theme_basic #toolbar .panellist li .part:before { content:"[x]"; }
 
 #kiwi.theme_basic #toolbar .panellist li.server span { }
 
@@ -1311,4 +1302,4 @@ html, body { height:100%; }
     border-right-width:0;
     border-bottom-right-radius:0;
     border-top-right-radius:0;
-}
\ No newline at end of file
+}
index 817e52e9a8ada600a62341cbb83682977e27f29e..d77bfb2accba661e78fb2b6a275251e8d26e2aef 100644 (file)
@@ -738,7 +738,7 @@ _kiwi.view.Tabs = Backbone.View.extend({
 \r
         // Only show the part image on non-server tabs\r
         if (!panel.isServer()) {\r
-            panel.tab.append('<span class="part"></span>');\r
+            panel.tab.append('<span class="part icon-nonexistant"></span>');\r
         }\r
     },\r
 \r
@@ -1553,4 +1553,4 @@ _kiwi.view.MediaMessage = Backbone.View.extend({
 \r
         return html;\r
     }\r
-});
\ No newline at end of file
+});\r