diff --git a/build/css/ox.ui.classic.css b/build/css/ox.ui.classic.css index 1ac37fc5..52cf34f2 100644 --- a/build/css/ox.ui.classic.css +++ b/build/css/ox.ui.classic.css @@ -26,7 +26,7 @@ Bars background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192))); } .OxThemeClassic .OxSeparator > .OxLine { - background: rgb(208, 208, 208); + background-color: rgb(208, 208, 208); } /* diff --git a/build/css/ox.ui.css b/build/css/ox.ui.css index 3072002c..f9c120fa 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; @@ -805,7 +805,7 @@ Lists //-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75); } .OxTextList .OxBar .OxHead { - position: absolute; + // position: absolute; left: 0; height: 16px; overflow: hidden; @@ -873,7 +873,7 @@ Lists background: rgb(24, 24, 24); } .OxTextList .OxBar .OxSelect { - position: absolute; + //position: absolute; right: 0px; width: 11px; height: 16px; @@ -891,8 +891,8 @@ Lists } .OxTextList .OxBody { - float: left; - position: absolute; + //float: left; + //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;