Index: lams_central/web/css/index.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/index.css,v diff -u -r1.10.2.3 -r1.10.2.4 --- lams_central/web/css/index.css 9 Jun 2015 20:20:02 -0000 1.10.2.3 +++ lams_central/web/css/index.css 16 Jun 2015 08:25:51 -0000 1.10.2.4 @@ -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