Client: Tabs: stop channel name dropping down 1em when too long
authorDarren <darren@Darrens-MacBook-Pro.local>
Fri, 12 Apr 2013 21:27:59 +0000 (22:27 +0100)
committerDarren <darren@Darrens-MacBook-Pro.local>
Fri, 12 Apr 2013 21:27:59 +0000 (22:27 +0100)
client/assets/css/style.css

index 33a17d11f33a64525a5e117cb89b3be88b50f363..1ff2bbb4c17c8f822be100efcfac29ba77c4fc5b 100644 (file)
@@ -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;