From 7d9f3876a0acc4788e9b9045d5e76b3a14e50930 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 14 Sep 2010 08:18:41 +0800 Subject: [PATCH] css/layout.css --- css/layout.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index 6538c3b86f..e1caa91847 100644 --- a/css/layout.css +++ b/css/layout.css @@ -200,4 +200,22 @@ -moz-user-select: none; -khtml-user-select: none; cursor:default; -} \ 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; +} + + + -- 2.39.2