From 7ef84ae6b26b9cec3ecc1d897f1fbe4a74aa1cd3 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 4 Mar 2011 00:50:06 +0100 Subject: [PATCH] add splitpanel demo --- build/css/ox.ui.css | 6 +- build/css/ox.ui.modern.css | 2 +- demos/splitpanel2/index.html | 139 +++++++++++++++++++++++++++++++++++ 3 files changed, 143 insertions(+), 4 deletions(-) create mode 100644 demos/splitpanel2/index.html diff --git a/build/css/ox.ui.css b/build/css/ox.ui.css index 4796ab97..7402e560 100644 --- a/build/css/ox.ui.css +++ b/build/css/ox.ui.css @@ -719,7 +719,7 @@ Lists } .OxIconList .OxPage { - position: absolute; + //position: absolute; left: 0; right: 0; margin-left: auto; @@ -892,7 +892,7 @@ Lists .OxTextList .OxBody { float: left; - position: absolute; + //position: absolute; left: 0; top: 0; right: 0; @@ -943,7 +943,7 @@ Lists cursor: ns-resize; } .OxTextList .OxPage { - position: absolute; + //position: absolute; } .OxTextList.OxDrop .OxItem .OxCell { color: green; diff --git a/build/css/ox.ui.modern.css b/build/css/ox.ui.modern.css index 4a70fbb4..59fe1a61 100644 --- a/build/css/ox.ui.modern.css +++ b/build/css/ox.ui.modern.css @@ -28,7 +28,7 @@ Bars } .OxThemeModern .OxResizebar > .OxLine { - background: rgb(48, 48, 48); + background-color: rgb(48, 48, 48); } /* diff --git a/demos/splitpanel2/index.html b/demos/splitpanel2/index.html new file mode 100644 index 00000000..13130398 --- /dev/null +++ b/demos/splitpanel2/index.html @@ -0,0 +1,139 @@ + + + + OxJS SplitPanel Demo + + + + + + + + + \ No newline at end of file