From fcf4ea88c210a61d25e1eb5bfac211521f9db255 Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 24 Sep 2011 15:36:53 +0100 Subject: [PATCH] Kiwi logo in the client --- css/default.css | 1 + js/front.js | 2 +- node/client/index.html.jade | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 8ac9342..482ed2b 100644 --- a/css/default.css +++ b/css/default.css @@ -96,6 +96,7 @@ background-image: -moz-linear-gradient( }*/ #kiwi .poweredby { float:right; margin:8px 15px; cursor:pointer; color:#EBEBEB; font-family: arial;} +#kiwi .poweredby img { height:1.5em; float:right; margin-left:7px; } #kiwi .userlist { diff --git a/js/front.js b/js/front.js index 2ed278c..c46102e 100644 --- a/js/front.js +++ b/js/front.js @@ -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); diff --git a/node/client/index.html.jade b/node/client/index.html.jade index bca453f..028e6cf 100644 --- a/node/client/index.html.jade +++ b/node/client/index.html.jade @@ -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 -- 2.25.1