New tab styling on mini theme
authorDarren <darren@darrenwhitlen.com>
Mon, 30 Jun 2014 15:31:30 +0000 (16:31 +0100)
committerDarren <darren@darrenwhitlen.com>
Mon, 30 Jun 2014 15:31:30 +0000 (16:31 +0100)
client/assets/themes/mini/style.css

index 469fbace4476a8bdc5608803f629940e6a54d0a7..de2160aa7e64bd84f7cf864bf52600b7cce6e671 100644 (file)
 #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; }