projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b058d8e
)
Nicer-looking nick area (see PR #187 for background)
author
Waldir Pimenta
<waldir@email.com>
Mon, 13 May 2013 17:37:05 +0000
(19:37 +0200)
committer
Waldir Pimenta
<waldir@email.com>
Mon, 13 May 2013 17:37:05 +0000
(19:37 +0200)
client/assets/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/css/style.css
b/client/assets/css/style.css
index 0fc4437ee25805458a73a90f2d2c5bdd068120f8..d638ba7b334ac517ecdac81ae388c93269dccdf2 100644
(file)
--- 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 */