Index: lams_central/web/css/index.css =================================================================== diff -u -r06c6921e9173ff630c99268f69463adf1a5e4834 -r6b5d65301fcf9cacfa07e61c89ce8101ead203cd --- lams_central/web/css/index.css (.../index.css) (revision 06c6921e9173ff630c99268f69463adf1a5e4834) +++ lams_central/web/css/index.css (.../index.css) (revision 6b5d65301fcf9cacfa07e61c89ce8101ead203cd) @@ -117,6 +117,13 @@ padding: 3px; } +#dragHelper { + border: thin black solid; + background : transparent; + /* z-index has to be less than the dialog otherwise the helper won't drag in Chrome and IE */ + z-index: 50; +} + /* Style for Monitoring and Add Lesson dialogs. Put the transparent dialog's titlebar over the tab bar. */ body > .tabbedDialog .ui-dialog-titlebar { @@ -133,5 +140,6 @@ } body > .addLessonDialog .ui-dialog-titlebar { + width: 25px; right : 10px; } \ No newline at end of file