From: Darren Date: Fri, 8 Aug 2014 23:19:27 +0000 (+0100) Subject: Message drop down bar smoother; CLI topic bar styling X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bf6c96c540bb0441ed853423e847fc491c797a61;p=KiwiIRC.git Message drop down bar smoother; CLI topic bar styling --- diff --git a/client/assets/css/style.css b/client/assets/css/style.css index a5eb041..1d33535 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -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; diff --git a/client/assets/themes/basic/style.css b/client/assets/themes/basic/style.css index b067cad..775a3af 100644 --- a/client/assets/themes/basic/style.css +++ b/client/assets/themes/basic/style.css @@ -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; } diff --git a/client/assets/themes/cli/style.css b/client/assets/themes/cli/style.css index 712d40f..91bef7c 100644 --- a/client/assets/themes/cli/style.css +++ b/client/assets/themes/cli/style.css @@ -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; @@ -121,6 +120,13 @@ #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; diff --git a/client/assets/themes/mini/style.css b/client/assets/themes/mini/style.css index ef965d8..8dd3a43 100644 --- a/client/assets/themes/mini/style.css +++ b/client/assets/themes/mini/style.css @@ -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; } diff --git a/client/assets/themes/relaxed/style.css b/client/assets/themes/relaxed/style.css index 4a4f55d..e703554 100644 --- a/client/assets/themes/relaxed/style.css +++ b/client/assets/themes/relaxed/style.css @@ -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; }