Index: lams_central/web/css/index.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/index.css,v diff -u -r1.10.2.2 -r1.10.2.3 --- lams_central/web/css/index.css 27 May 2015 06:23:54 -0000 1.10.2.2 +++ lams_central/web/css/index.css 9 Jun 2015 20:20:02 -0000 1.10.2.3 @@ -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