From 2bb842e16ea3f6906ac268b77da60ab495b15dd3 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 13 May 2013 19:55:13 +0200 Subject: [PATCH] Fixing previous commit: only works in the Relaxed theme --- client/assets/css/style.css | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index d638ba7..334f004 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -118,14 +118,7 @@ html, body { height:100%; } } /* The nick label */ -#kiwi #controlbox .input .nick { - cursor: pointer; - background-color: #eee; - border-radius: 3px 0 0 3px; - border-right: 1px solid #ccc; - padding-right: 0.5em; - text-decoration: underline; -} +#kiwi #controlbox .input .nick { cursor: pointer; } #kiwi #controlbox .input .nick a { } @@ -471,8 +464,19 @@ html, body { height:100%; } -webkit-border-radius:5px; -khtml-border-radius:5px; } -#kiwi.theme_relaxed #controlbox .input .nick { text-align: right; width:11em; left:0px; position:absolute; padding:2px; overflow:hidden; } -#kiwi.theme_relaxed #controlbox .input .nick a { text-decoration:none; color:black; } +#kiwi.theme_relaxed #controlbox .input .nick { + text-align: right; + width: 11em; + left: 0px; + position: absolute; + overflow: hidden; + background-color: #eee; + border-radius: 3px 0 0 3px; + border-right: 1px solid #ccc; + padding: 2px; + padding-right: 0.5em; + text-decoration: underline; +} #kiwi.theme_relaxed.narrow #controlbox .input .nick { display:none; } #kiwi.theme_relaxed.narrow #controlbox .input .input_wrap { left:7px; } -- 2.25.1