Index: lams_monitoring/web/css/monitorLesson.css =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/css/monitorLesson.css,v diff -u -r1.15.2.24 -r1.15.2.25 --- lams_monitoring/web/css/monitorLesson.css 20 Apr 2017 05:23:31 -0000 1.15.2.24 +++ lams_monitoring/web/css/monitorLesson.css 24 Apr 2017 01:25:55 -0000 1.15.2.25 @@ -58,6 +58,7 @@ .dialogContainer { display: none; -webkit-overflow-scrolling: touch !important; + overflow: auto; } .dialogContainer iframe { @@ -69,12 +70,14 @@ .dialogContainer .dialogList { overflow: auto; padding: 5px; + padding-bottom: 2px; } .dialogContainer .modal-body { height : 100%; max-height: calc(100% - 56px); padding: 10px; + overflow: auto; } div.dialogListItem { @@ -225,18 +228,22 @@ border: none; } -#classLearnerTable { - border-right: thin solid black; -} - #classLearnerTable #addAllLearnersButton { margin-right: 10px; } -#classMonitorTable { - margin-left: 10px; +#leftLearnerTable { + float: left; + width: 250px; + height: 100%; } +#rightMonitorTable { + margin-top: 4px; + height: 100%; + width: 250px; +} + .dialogSearchPhrase { width: 90%; }