projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7dea46
)
Basic theme - right bar 100% width + app tools collapse on small screens
author
Darren
<darren@darrenwhitlen.com>
Mon, 30 Jun 2014 14:45:58 +0000
(15:45 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Mon, 30 Jun 2014 14:45:58 +0000
(15:45 +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 a1fbf8fe6bd0950e1456147931ebfcfd726207db..281874ac030d9f27e3ae7154b4c92c2bb4228b36 100644
(file)
--- a/
client/assets/themes/basic/style.css
+++ b/
client/assets/themes/basic/style.css
@@
-176,6
+176,8
@@
background-color: #DADADA;
border-left: 1px dashed #8A8A8A;
}
+#kiwi.narrow .right_bar { width:100%; }
+#kiwi.narrow .right_bar.disabled { width:0; }
#kiwi .memberlists .meta {
font-size: 0.9em;
@@
-260,6
+262,8
@@
#kiwi .toolbar .app_tools { padding-left:10px; color:#D4D4D4; }
+#kiwi.narrow .toolbar .tabs { margin-right:0; }
+#kiwi.narrow .toolbar .app_tools { width:auto; }
#kiwi .toolbar .app_tools ul li {
font-size:26px;
-webkit-transition: all .3s ease;