From: Waldir Pimenta Date: Mon, 13 May 2013 17:37:05 +0000 (+0200) Subject: Nicer-looking nick area (see PR #187 for background) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=341640f4e962ad5ed1defe3f9121ea3c0584f3aa;p=KiwiIRC.git Nicer-looking nick area (see PR #187 for background) --- diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 0fc4437..d638ba7 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -118,7 +118,15 @@ html, body { height:100%; } } /* The nick label */ -#kiwi #controlbox .input .nick { cursor: pointer; } +#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 a { } /* Wrapper div around the text area input */