projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9eab9
)
Basic theme - Nick hiding on narrow screen
author
Darren
<darren@darrenwhitlen.com>
Mon, 30 Jun 2014 14:47:19 +0000
(15:47 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Mon, 30 Jun 2014 14:47:19 +0000
(15:47 +0100)
client/assets/themes/basic/style.css
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/themes/basic/style.css
b/client/assets/themes/basic/style.css
index 281874ac030d9f27e3ae7154b4c92c2bb4228b36..4a6575e66bcb27709b18f602b601e4c0fd15c3fb 100644
(file)
--- a/
client/assets/themes/basic/style.css
+++ b/
client/assets/themes/basic/style.css
@@
-208,6
+208,10
@@
padding: 2px;
overflow: hidden;
}
+
+#kiwi.narrow .controlbox .input .nick { display:none; }
+#kiwi.narrow .controlbox .input .input_wrap { left:7px; }
+
#kiwi .controlbox .input .nick:after { content:">"; margin-left:3px; top:2px; }
#kiwi .controlbox .input .nick a { text-decoration:none; color:black; }
#kiwi .controlbox .input .input_wrap {