Basic theme - right bar 100% width + app tools collapse on small screens
authorDarren <darren@darrenwhitlen.com>
Mon, 30 Jun 2014 14:45:58 +0000 (15:45 +0100)
committerDarren <darren@darrenwhitlen.com>
Mon, 30 Jun 2014 14:45:58 +0000 (15:45 +0100)
client/assets/themes/basic/style.css

index a1fbf8fe6bd0950e1456147931ebfcfd726207db..281874ac030d9f27e3ae7154b4c92c2bb4228b36 100644 (file)
     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;
 
 
 #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;