Index: branches/RC/core/admin_templates/incs/cms.css =================================================================== diff -u -N -r11610 -r11690 --- branches/RC/core/admin_templates/incs/cms.css (.../cms.css) (revision 11610) +++ branches/RC/core/admin_templates/incs/cms.css (.../cms.css) (revision 11690) @@ -64,4 +64,14 @@ div.block-edit-btn-container-over { border-color: #FF6E00; +} + +/* === Styles for element moving/sorting in theme === */ +div.movable-area { + min-height: 200px; +} + +.move-helper { + border: 3px dashed #666; + /*width: auto !important;*/ } \ No newline at end of file