css/layout.css
authorAlan Knowles <alan@akkbhome.com>
Tue, 14 Sep 2010 00:18:41 +0000 (08:18 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 14 Sep 2010 00:18:41 +0000 (08:18 +0800)
css/layout.css

index 6538c3b..e1caa91 100644 (file)
        -moz-user-select: none;\r
        -khtml-user-select: none;\r
        cursor:default;\r
-}
\ No newline at end of file
+}
+
+/** --- split bar dragging ---*/
+.x-splitbar-proxy{
+        z-index:40009
+        visibility:hidden;
+        position:absolute;
+        background:#ccc;
+        overflow:hidden;
+}
+.x-splitbar-h,.x-splitbar-proxy-h{
+    cursor:col-resize;
+}
+.x-splitbar-v,.x-splitbar-proxy-v{
+    cursor:row-resize;
+}
+
+
+