From 341640f4e962ad5ed1defe3f9121ea3c0584f3aa Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 13 May 2013 19:37:05 +0200 Subject: [PATCH] Nicer-looking nick area (see PR #187 for background) --- client/assets/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 */ -- 2.25.1