Index: lams_central/web/css/index.css =================================================================== diff -u -raca771d94d7b2c7c6dccea8ff39d12e4167289b1 -rcabfb73e4ce5c4993047dacacd7319c8e09f580a --- lams_central/web/css/index.css (.../index.css) (revision aca771d94d7b2c7c6dccea8ff39d12e4167289b1) +++ lams_central/web/css/index.css (.../index.css) (revision cabfb73e4ce5c4993047dacacd7319c8e09f580a) @@ -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