Channel tools no longer scrolling with nick list
authorDarren <darren@darrenwhitlen.com>
Mon, 30 Jun 2014 16:49:57 +0000 (17:49 +0100)
committerDarren <darren@darrenwhitlen.com>
Mon, 30 Jun 2014 16:49:57 +0000 (17:49 +0100)
client/assets/css/style.css
client/assets/themes/basic/style.css
client/assets/themes/mini/style.css
client/assets/themes/relaxed/style.css

index 1d1fd7c50f08108ad7ff76345aa022ce465ab876..10b144910b6cfa195ea8e9a378a5c171633f68ee 100644 (file)
@@ -37,10 +37,10 @@ html, body { height:100%; }
 /**
  * Main layout blocks
  */
-#kiwi .toolbar { position:absolute; top:0px; width:100%; display:none; }
+#kiwi .toolbar { position:absolute; top:0px; width:100%; display:none; z-index:1; }
 #kiwi .panels { position:absolute; left:0px; right:200px; bottom:100px; top:100px; }
 #kiwi .right_bar { position:absolute; right:0px; width:200px; bottom:100px; top:100px; overflow:visible; }
-#kiwi .right-bar-content { overflow-y:auto; position:relative; height:100% ;}
+#kiwi .right-bar-content { position:relative; height:100%; z-index:0; }
 #kiwi .controlbox { position: absolute; bottom:0px; width:100%; display:none; }
 #kiwi .memberlists_resize_handle {
     position: absolute; width:10px; z-index:1; cursor:w-resize;
@@ -83,6 +83,11 @@ html, body { height:100%; }
 }
 
 #kiwi .channel_tools {
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 100%;
+    z-index: 1;
 }
 #kiwi .channel_tools i {
     width: 32%;
@@ -149,6 +154,15 @@ html, body { height:100%; }
 }
 
 /* The active channels nicklist */
+#kiwi .memberlists {
+    position: absolute;
+    left: 0;
+    bottom: 0;
+    top: 0;
+    width: 100%;
+    overflow-y: auto;
+    padding-top: 50px;
+}
 #kiwi .memberlists > div { display:none; }
 #kiwi .memberlists > div.active { display:block; }
 #kiwi .memberlists ul li { overflow-y:auto; overflow-x:hidden; cursor:pointer; }
index 8c5c0b7a176b9b660db4eb27cc1516470c851cc7..795567e85d8f24c0188403a125cd78952ef89f25 100644 (file)
@@ -84,6 +84,7 @@
 #kiwi .channel_tools {
     margin-bottom: 5px;
     padding: 0 5%;
+    background: #DADADA;
 }
 #kiwi .channel_tools i {
     width: 30%;
index de2160aa7e64bd84f7cf864bf52600b7cce6e671..6ebb3401a8ee8acb590820ea5dfc6ea50da94937 100644 (file)
@@ -83,6 +83,7 @@
     border-bottom: 1px solid #8A8A8A;
     margin-bottom: 10px;
     padding: 0 5%;
+    background: #DADADA;
 }
 #kiwi .channel_tools i {
     width: 30%;
index c263108f5b24f399ce6902c96fdb9304745adc50..58cdf8117c1e2a6e15a650385361545898b62f91 100644 (file)
@@ -96,6 +96,7 @@
     border-bottom: 1px solid #8A8A8A;
     margin-bottom: 10px;
     padding: 0 5%;
+    background: #DADADA;
 }
 #kiwi .channel_tools i {
     width: 30%;
 #kiwi.narrow .right_bar { width:100%; }
 #kiwi.narrow .right_bar.disabled { width:0; }
 
+#kiwi .memberlists {}
 #kiwi .memberlists .meta {
     border-bottom: 1px solid #8A8A8A;
     font-size: 0.9em;
     white-space:pre-wrap; word-wrap:break-word;
     overflow:visible;
     background-color:#FFF;
-    z-index: 1;
+    z-index: 10;
     height:auto; bottom:auto;
     border-bottom: 2px solid #121314;
 }