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