Message drop down bar smoother; CLI topic bar styling
authorDarren <darren@darrenwhitlen.com>
Fri, 8 Aug 2014 23:19:27 +0000 (00:19 +0100)
committerDarren <darren@darrenwhitlen.com>
Fri, 8 Aug 2014 23:19:27 +0000 (00:19 +0100)
client/assets/css/style.css
client/assets/themes/basic/style.css
client/assets/themes/cli/style.css
client/assets/themes/mini/style.css
client/assets/themes/relaxed/style.css

index a5eb0419f7f06a3a45906db2e7b32548bb3c5952..1d33535d4aa23d26d4cc17e6a4376e13f136675a 100644 (file)
@@ -77,6 +77,10 @@ html, body { height:100%; }
 #kiwi .toolbar .connections .panellist:after { content:""; }
 
 #kiwi .status_message {
+    position: absolute;
+    left: 0;
+    right: 0;
+    z-index: 2;
     background: #FFF;
     border-bottom: 1px solid;
     text-align: center;
index b067cad3d0221082275fdf62ac978491ffad8229..775a3af74fc7aac57ff457f5785b693db073d2f9 100644 (file)
@@ -75,7 +75,7 @@
 
 #kiwi .status_message {
     background: #FEEFB3; color: #9F6000;
-    border-bottom: 1px solid;
+    border-bottom: 1px solid #d7bb71;
     padding: 0.9em;
     text-align: center; font-size:1.1em;
 }
index 712d40fb75446e610be5b9e4796eef073bf9dc02..91bef7c789c26571039ae1debf1e738288c810a9 100644 (file)
@@ -33,7 +33,7 @@
     padding-left:0.5em;
 }
 
-#kiwi .toolbar .topic { background:#111111; height:2em; border-bottom:1px solid #444444; border-top:1px solid #444444; }
+#kiwi .toolbar .topic { background:#111111; height:2em; border-bottom:1px solid #2B2B2B; border-top:1px solid #2B2B2B; }
 #kiwi .toolbar .topic div {
     width:100%; height: 1.5em;
     padding: 0.2em 1em;
@@ -47,7 +47,6 @@
     min-height:1.5em;
     white-space:pre-wrap; word-wrap:break-word;
     overflow:visible;
-    background-color:#111111;
     z-index: 1;
     height:auto; bottom:auto;
     border-bottom: 1px solid #444444;
 #kiwi .userbox a i { font-size:1.1em; margin-right:5px; }
 #kiwi .userbox .divider-horizontal { display:none; }
 
+#kiwi .status_message {
+    background: #363636;
+    border-bottom: 1px solid #444444;
+    padding: 0.9em;
+    text-align: center; font-size:1.1em;
+}
+
 #kiwi .channel_tools {
     border-bottom: 1px solid #8A8A8A;
     margin-bottom: 10px;
index ef965d8639dda870fe0569dd15f03202a2304241..8dd3a43f304d38735fc9222b3ec0f8581a614450 100644 (file)
@@ -73,7 +73,7 @@
 
 #kiwi .status_message {
     background: #FEEFB3; color: #9F6000;
-    border-bottom: 1px solid;
+    border-bottom: 1px solid #d7bb71;
     padding: 0.9em;
     text-align: center; font-size:1.1em;
 }
index 4a4f55de98e9d860161b8cf72816838622c05c6c..e703554454a17b0016aa2b1bc6bb5569f33aeddf 100644 (file)
@@ -86,7 +86,7 @@
 
 #kiwi .status_message {
     background: #FEEFB3; color: #9F6000;
-    border-bottom: 1px solid;
+    border-bottom: 1px solid #d7bb71;
     padding: 0.9em;
     text-align: center; font-size:1.1em;
 }