From bb23616bb0536913a276c2da011df75de63219ba Mon Sep 17 00:00:00 2001 From: Henrik Date: Sat, 11 Jan 2014 20:21:21 +0100 Subject: [PATCH] added default width for split pane splitters --- style/webbeans.css | 4 +++- webbeans.iml | 7 +------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/style/webbeans.css b/style/webbeans.css index 71b3941..b34aa75 100644 --- a/style/webbeans.css +++ b/style/webbeans.css @@ -143,11 +143,13 @@ div,td,table,tbody,thead,tfoot,th { cursor: move; } .wb-splitpane.wb-horizontal > .wb-splitter { - cursor: row-resize; + cursor: row-resize; + height:10px; } .wb-splitpane.wb-vertical > .wb-splitter { cursor: col-resize; + width:10px; } /* tab pane */ diff --git a/webbeans.iml b/webbeans.iml index 9cd3114..c854a41 100644 --- a/webbeans.iml +++ b/webbeans.iml @@ -2,12 +2,7 @@ - - - - - - +