Index: development/themes_common/e-Con.css =================================================================== diff -u -r1240 -r1245 --- development/themes_common/e-Con.css (.../e-Con.css) (revision 1240) +++ development/themes_common/e-Con.css (.../e-Con.css) (revision 1245) @@ -178,10 +178,20 @@ } div.eConControl { width: 100%; + position: relative; } div.eConButtons { float: right; } + +table.matrixproperties .eConControl input + .eConButton { + position: absolute; + top: 0; + right: -2px; +} +table.matrixproperties TD.matrixproperties { + overflow: visible; +} .eConButtons .eConButton { width: 19px; height: 16px; @@ -300,6 +310,10 @@ TEXTAREA { overflow: auto; } +.eConRichTextEditor { /* Placeholder to avoid jumpy screen */ + height: 100px; + margin: 49px 0px; +} .eConSvgDrawing { opacity: 1; @@ -858,7 +872,7 @@ } #oTreeContainer { - overflow: auto; + /*overflow: auto;*/ } #oInfoContainerRow @@ -978,10 +992,8 @@ display:none; } -ul.ui-autocomplete -{ +ul.ui-autocomplete { overflow-y: auto; - max-height: 100%; } /* To compensate newer theme's */ .ui-autocomplete.ui-menu li.ui-menu-item {