Index: lams_gradebook/web/releaseLessonMarks.jsp =================================================================== diff -u -ra8e04b385dbb553c581bd705426a86ab92e85f9a -r725c1c58c355a716e29084b7000eb14dc9c5aee2 --- lams_gradebook/web/releaseLessonMarks.jsp (.../releaseLessonMarks.jsp) (revision a8e04b385dbb553c581bd705426a86ab92e85f9a) +++ lams_gradebook/web/releaseLessonMarks.jsp (.../releaseLessonMarks.jsp) (revision 725c1c58c355a716e29084b7000eb14dc9c5aee2) @@ -23,8 +23,15 @@ padding-bottom: 10px; } + #release-marks-buttons { + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: flex-end; + } + #release-marks-buttons > button { - margin-top: 10px; + width: 70%; margin-bottom: 20px; } @@ -47,7 +54,7 @@ {name:'name',index:'name', sortable: false, sorttype: 'text'} ], rowList:[10,20,30,40,50,100], - rowNum:1, + rowNum:2, pager: true, sortname: 'name', multiselect: true, @@ -227,26 +234,31 @@ } -
+
+
+
+
+
+ + + + +
+
+

Email preview

-
-
- - - -
\ No newline at end of file