Dan Marsden
6 years ago
5 changed files with 26 additions and 16 deletions
@ -1,20 +1,26 @@ |
|||||
.attendance_teacher_form .item-radio { |
.attendance_mobile_teacher_form .item-radio { |
||||
display: inline-block; |
display: inline-block; |
||||
margin-top: 10px; |
margin-top: 10px; |
||||
margin-left: 5px; |
margin-left: 5px; |
||||
padding: 0; |
padding: 0; |
||||
width: 70px; |
width: 70px; |
||||
} |
} |
||||
.attendance_teacher_form .item-inner { |
.attendance_mobile_teacher_form .item-inner { |
||||
padding: 0; |
padding: 0; |
||||
} |
} |
||||
.attendance_teacher_form .radiolabel .item-inner { |
.attendance_mobile_teacher_form .radiolabel .item-inner { |
||||
text-align: center; |
text-align: center; |
||||
} |
} |
||||
.attendance_teacher_form .item-inner .input-wrapper label, |
.attendance_mobile_teacher_form .item-inner .input-wrapper label, |
||||
.attendance_teacher_form .radio { |
.attendance_mobile_teacher_form .radio { |
||||
margin: 0; |
margin: 0; |
||||
} |
} |
||||
.attendance_teacher_form .radio .radio-icon { |
.attendance_mobile_teacher_form .radio .radio-icon { |
||||
display: none; |
display: none; |
||||
} |
} |
||||
|
|
||||
|
.attendance_mobile_teacher_form .messages .label, |
||||
|
.attendance_mobile_user_form .messages .label, |
||||
|
.attendance_mobile_view_page .messages .label { |
||||
|
white-space: normal; |
||||
|
} |
Loading…
Reference in new issue