Index: lams_central/web/css/index.css =================================================================== diff -u -rac8fb651dd7ba8d8986c4d65523121d7fd690141 -r06c6921e9173ff630c99268f69463adf1a5e4834 --- lams_central/web/css/index.css (.../index.css) (revision ac8fb651dd7ba8d8986c4d65523121d7fd690141) +++ lams_central/web/css/index.css (.../index.css) (revision 06c6921e9173ff630c99268f69463adf1a5e4834) @@ -28,7 +28,7 @@ .dialogContainer iframe { width: 100%; - height: 99.5%; + height: 99.4%; border: none; } @@ -117,7 +117,21 @@ padding: 3px; } -td#actionAccord { - width: 15%; - padding-top: 1px; +/* Style for Monitoring and Add Lesson dialogs. + Put the transparent dialog's titlebar over the tab bar. */ +body > .tabbedDialog .ui-dialog-titlebar { + background : transparent; + border : none; + z-index : 200; + position : absolute; + right : 40px; + top : 10px; +} + +.tabbedDialog .ui-dialog-title { + margin-right: 70px; +} + +body > .addLessonDialog .ui-dialog-titlebar { + right : 10px; } \ No newline at end of file