Nicer-looking nick area (see PR #187 for background)
authorWaldir Pimenta <waldir@email.com>
Mon, 13 May 2013 17:37:05 +0000 (19:37 +0200)
committerWaldir Pimenta <waldir@email.com>
Mon, 13 May 2013 17:37:05 +0000 (19:37 +0200)
client/assets/css/style.css

index 0fc4437ee25805458a73a90f2d2c5bdd068120f8..d638ba7b334ac517ecdac81ae388c93269dccdf2 100644 (file)
@@ -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 */