Initial commit.
[sfa-gui.git] / public / SplitPanel.css
1 .gwt-HorizontalSplitPanel {
2 }
3
4 .gwt-HorizontalSplitPanel .hsplitter {
5     cursor: move;
6     border: 0px; 
7     background: #91c0ef url(images/vborder.png) repeat-x;
8 }
9 .gwt-VerticalSplitPanel {
10 }
11
12 .gwt-VerticalSplitPanel .vsplitter {
13     cursor: move;
14     border: 0px; 
15     background: #91c0ef url(images/hborder.png) repeat-x;
16 }