From 7f27ea92ebfdd2182ad296eb457fad3accd2ee0e Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 3 Mar 2013 20:42:06 +0000 Subject: [PATCH] Channel list view width change --- client/assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 754c2bf..a83b227 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -555,11 +555,11 @@ html, body { height:100%; } #kiwi.theme_relaxed .server_select .kiwi_logo img { } -#kiwi.theme_relaxed.chanlist_treeview #panels { left:200px; } +#kiwi.theme_relaxed.chanlist_treeview #panels { left:160px; } #kiwi.theme_relaxed.chanlist_treeview #toolbar { position:static; } #kiwi.theme_relaxed.chanlist_treeview #toolbar .app_tools { float:none; } -#kiwi.theme_relaxed.chanlist_treeview #toolbar > div { margin-left:200px; } -#kiwi.theme_relaxed.chanlist_treeview #toolbar #tabs { position:absolute; left:0px; bottom:0px; top:0px; margin:0; width:200px; background:#1B1B1B; overflow-y:auto; } +#kiwi.theme_relaxed.chanlist_treeview #toolbar > div { margin-left:160px; } +#kiwi.theme_relaxed.chanlist_treeview #toolbar #tabs { position:absolute; left:0px; bottom:0px; top:0px; margin:0; width:160px; background:#1B1B1B; overflow-y:auto; } #kiwi.theme_relaxed.chanlist_treeview #tabs ul li { display:block; float:none; } #kiwi.theme_relaxed.chanlist_treeview #tabs ul li .activity { float:right; } #kiwi.theme_relaxed.chanlist_treeview #tabs ul li.active { -- 2.25.1