Index: lams_monitoring/web/css/monitorLesson.css =================================================================== diff -u -r8d7332a908101db10e719593c2e6666247e5934f -r4bbff846d0964a517ddad7020fe6cf10536c347e --- lams_monitoring/web/css/monitorLesson.css (.../monitorLesson.css) (revision 8d7332a908101db10e719593c2e6666247e5934f) +++ lams_monitoring/web/css/monitorLesson.css (.../monitorLesson.css) (revision 4bbff846d0964a517ddad7020fe6cf10536c347e) @@ -202,20 +202,6 @@ height: 23px; } -.dialogSearchPhrase { - width: 90%; -} - -.dialogSearchPhraseIcon { - margin-top: 2px; -} - -.dialogSearchPhraseClear { - visibility: hidden; - margin-top: 3px; - cursor: pointer; -} - #classDialogTable input[type="checkbox"] { margin: 0 5px 0px 0px; border: none; @@ -226,10 +212,29 @@ border-right: thin solid black; } +#classLearnerTable #addAllLearnersButton { + margin-right: 10px; +} + #classMonitorTable { + width: 320px; margin-left: 10px; } +.dialogSearchPhrase { + width: 90%; +} + +.dialogSearchPhraseIcon { + margin-top: 2px; +} + +.dialogSearchPhraseClear { + visibility: hidden; + margin-top: 3px; + cursor: pointer; +} + #emailDialog { width: 100%; }