mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
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_not_enrolled: "Not Enrolled"
|
||||
status_enrolled: "Expires on {{date}}"
|
||||
select_all: "Select All"
|
||||
|
||||
classes:
|
||||
archmage_title: "Archmage"
|
||||
|
|
|
@ -104,6 +104,12 @@
|
|||
vertical-align: bottom
|
||||
td
|
||||
height: 66px
|
||||
|
||||
.select-all
|
||||
padding-top: 5px
|
||||
|
||||
.checkbox-flat
|
||||
margin-top: 3px
|
||||
|
||||
.enroll-student-button
|
||||
margin-left: 33%
|
||||
|
|
|
@ -179,8 +179,8 @@ mixin studentsTab
|
|||
+bulkAssignControls
|
||||
table.students-table
|
||||
thead
|
||||
th.checkbox-col.select-all
|
||||
span Select All
|
||||
th.checkbox-col.select-all.small.text-center
|
||||
span(data-i18n="teacher.select_all")
|
||||
.checkbox-flat
|
||||
input(type='checkbox' id='checkbox-all-students')
|
||||
label.checkmark(for='checkbox-all-students')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue