From: Darren Date: Mon, 30 Jun 2014 14:45:58 +0000 (+0100) Subject: Basic theme - right bar 100% width + app tools collapse on small screens X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8f9eab9ccf8e4e074deecb9a3b7d3514c61b9353;p=KiwiIRC.git Basic theme - right bar 100% width + app tools collapse on small screens --- diff --git a/client/assets/themes/basic/style.css b/client/assets/themes/basic/style.css index a1fbf8f..281874a 100644 --- a/client/assets/themes/basic/style.css +++ b/client/assets/themes/basic/style.css @@ -176,6 +176,8 @@ background-color: #DADADA; border-left: 1px dashed #8A8A8A; } +#kiwi.narrow .right_bar { width:100%; } +#kiwi.narrow .right_bar.disabled { width:0; } #kiwi .memberlists .meta { font-size: 0.9em; @@ -260,6 +262,8 @@ #kiwi .toolbar .app_tools { padding-left:10px; color:#D4D4D4; } +#kiwi.narrow .toolbar .tabs { margin-right:0; } +#kiwi.narrow .toolbar .app_tools { width:auto; } #kiwi .toolbar .app_tools ul li { font-size:26px; -webkit-transition: all .3s ease;