Index: lams_monitoring/web/css/monitorLesson.css =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/css/monitorLesson.css,v diff -u -r1.2 -r1.3 --- lams_monitoring/web/css/monitorLesson.css 1 Apr 2013 18:03:58 -0000 1.2 +++ lams_monitoring/web/css/monitorLesson.css 17 May 2013 09:36:21 -0000 1.3 @@ -1,5 +1,4 @@ /********** GENERAL/DIALOG STYLES **********/ - div#tabs { width: 768px; height: 574px; @@ -79,9 +78,7 @@ cursor: pointer; } - /********** LESSON TAB STYLES **********/ - div#tabLesson { height: 540px; overflow: auto; @@ -154,9 +151,7 @@ border: none; } - /********** SEQUENCE TAB STYLES **********/ - div#sequenceCanvas { text-align: center; height: 478px; @@ -180,4 +175,21 @@ cursor: default; vertical-align: top; margin-right: 5px; +} + +/********** LEARNERS TAB STYLES **********/ +td.progressBarLabel { + padding: 0; + background-color: #D0E5F5; +} + +td.progressBarLabel div { + float: left; + padding: 10px 0 4px 20px; + font-weight: bold; +} + +td.progressBarLabel a { + float: right; + margin: 6px 5px 4px 0; } \ No newline at end of file