From 1de1a29efddecabfe1ce5c6d8a76d98f9936074e Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 30 Jun 2014 16:31:30 +0100 Subject: [PATCH] New tab styling on mini theme --- client/assets/themes/mini/style.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/client/assets/themes/mini/style.css b/client/assets/themes/mini/style.css index 469fbac..de2160a 100644 --- a/client/assets/themes/mini/style.css +++ b/client/assets/themes/mini/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; } -- 2.25.1