Fix Select All text
This commit is contained in:
parent
9bea73b199
commit
9f9590a223
3 changed files with 9 additions and 2 deletions
app
|
@ -1422,6 +1422,7 @@
|
||||||
status_expired: "Expired on {{date}}"
|
status_expired: "Expired on {{date}}"
|
||||||
status_not_enrolled: "Not Enrolled"
|
status_not_enrolled: "Not Enrolled"
|
||||||
status_enrolled: "Expires on {{date}}"
|
status_enrolled: "Expires on {{date}}"
|
||||||
|
select_all: "Select All"
|
||||||
|
|
||||||
classes:
|
classes:
|
||||||
archmage_title: "Archmage"
|
archmage_title: "Archmage"
|
||||||
|
|
|
@ -104,6 +104,12 @@
|
||||||
vertical-align: bottom
|
vertical-align: bottom
|
||||||
td
|
td
|
||||||
height: 66px
|
height: 66px
|
||||||
|
|
||||||
|
.select-all
|
||||||
|
padding-top: 5px
|
||||||
|
|
||||||
|
.checkbox-flat
|
||||||
|
margin-top: 3px
|
||||||
|
|
||||||
.enroll-student-button
|
.enroll-student-button
|
||||||
margin-left: 33%
|
margin-left: 33%
|
||||||
|
|
|
@ -179,8 +179,8 @@ mixin studentsTab
|
||||||
+bulkAssignControls
|
+bulkAssignControls
|
||||||
table.students-table
|
table.students-table
|
||||||
thead
|
thead
|
||||||
th.checkbox-col.select-all
|
th.checkbox-col.select-all.small.text-center
|
||||||
span Select All
|
span(data-i18n="teacher.select_all")
|
||||||
.checkbox-flat
|
.checkbox-flat
|
||||||
input(type='checkbox' id='checkbox-all-students')
|
input(type='checkbox' id='checkbox-all-students')
|
||||||
label.checkmark(for='checkbox-all-students')
|
label.checkmark(for='checkbox-all-students')
|
||||||
|
|
Reference in a new issue