Kiwi logo in the client
authorDarren <darren@darrenwhitlen.com>
Sat, 24 Sep 2011 14:36:53 +0000 (15:36 +0100)
committerDarren <darren@darrenwhitlen.com>
Sat, 24 Sep 2011 14:36:53 +0000 (15:36 +0100)
css/default.css
js/front.js
node/client/index.html.jade

index 8ac934208052bc7a1de61c548b95b6587ddc1266..482ed2bacb85fe27f8b75070740c36fc30e31c30 100644 (file)
@@ -96,6 +96,7 @@ background-image: -moz-linear-gradient(
 }*/\r
 \r
 #kiwi .poweredby { float:right; margin:8px 15px; cursor:pointer; color:#EBEBEB; font-family: arial;}\r
+#kiwi .poweredby img { height:1.5em; float:right; margin-left:7px; }\r
 \r
 \r
 #kiwi .userlist {\r
index 2ed278c1157f6d3b6a3f262a39c252645b9e9901..c46102e856f51cf8901b5fd9ea736208b7eb0609 100644 (file)
@@ -47,7 +47,7 @@ kiwi.front = {
 
         window.onbeforeunload = function() {
             return "Are you sure you leave Kiwi IRC?";
-        }
+        };
 
         $('#kiwi .toolbars').resize(kiwi.front.ui.doLayoutSize);
         $(window).resize(kiwi.front.ui.doLayoutSize);
index bca453f7e673c4dc194b6565f8799218396887aa..028e6cf10c7127ec088cb800fac5d215448b6573 100644 (file)
@@ -56,6 +56,7 @@ html(lang="en-gb")
             div.toolbars
                 div.windowlist
                     div.poweredby Powered by Kiwi IRC
+                        img(src="/img/ico.png")
                     ul
 
                 div.utilityviewlist