From: Darren Date: Fri, 12 Apr 2013 21:27:59 +0000 (+0100) Subject: Client: Tabs: stop channel name dropping down 1em when too long X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4fb134263f88267d314bb86b70c4f595810cc357;p=KiwiIRC.git Client: Tabs: stop channel name dropping down 1em when too long --- diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 33a17d1..1ff2bbb 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -572,7 +572,7 @@ html, body { height:100%; } #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 .activity { position:absolute; right:5px; } #kiwi.theme_relaxed.chanlist_treeview #tabs ul li.active { margin-right:0; border-right-width:0;