From c7dea465cd9b96b32f408e626cb4594427c99766 Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 30 Jun 2014 15:41:37 +0100 Subject: [PATCH] Basic theme tabs matching new relaxed theme tabs --- client/assets/themes/basic/style.css | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/client/assets/themes/basic/style.css b/client/assets/themes/basic/style.css index 82f4aa7..a1fbf8f 100644 --- a/client/assets/themes/basic/style.css +++ b/client/assets/themes/basic/style.css @@ -31,17 +31,24 @@ #kiwi .memberlists_resize_handle { /*display:none; width:0;*/ } + +#kiwi .toolbar .connections { list-style: none; } +#kiwi .toolbar .panellist { + background: #2b2b2b; + color: #a5a5a5; + margin: 5px 0 0 5px; + float: left; +} #kiwi .toolbar .panellist li { line-height: 1.4em; vertical-align: middle; - border-radius:5px; - -moz-border-radius:5px; - -webkit-border-radius:5px; - -khtml-border-radius:5px; - - border: 1px solid #333; - background-color: #eee; + display: list-item; + float: left; + border: none; + background: none; + padding: 8px; + margin: 0; } #kiwi .toolbar .tabs { margin-right:0 !important; } @@ -311,13 +318,16 @@ #kiwi.chanlist_treeview .toolbar .app_tools { float:none; } #kiwi.chanlist_treeview .toolbar > div { margin-left:160px; } #kiwi.chanlist_treeview .toolbar .tabs { position:absolute; left:0px; bottom:0px; top:0px; margin:0; width:160px; background:#1B1B1B; overflow-y:auto; } +#kiwi.chanlist_treeview .toolbar .panellist { float: none; display: block; margin-right: 5px; } #kiwi.chanlist_treeview .tabs ul li { display:block; float:none; } #kiwi.chanlist_treeview .tabs ul li .activity { float:right; } +#kiwi.chanlist_treeview .toolbar .panellist li { + padding: 4px 8px; +} +#kiwi.chanlist_treeview .toolbar .panellist .active { padding-left: 6px; padding-right:23px; border:none; border-left:2px solid #df6b26; border-bottom:none; } #kiwi.chanlist_treeview .tabs ul li.active { margin-right:0; border-right-width:0; - border-bottom-right-radius:0; - border-top-right-radius:0; } #kiwi .applet_chanlist { margin: 0.5em 1em; -- 2.25.1