Browse Source

Fix style for password pop-up and mustache template fix.

MOODLE_32_STABLE
Dan Marsden 8 years ago
parent
commit
a985d1dab3
  1. 3
      styles.css
  2. 5
      templates/attendance_password_icon.mustache

3
styles.css

@ -186,8 +186,9 @@
.path-mod-attendance .attreport .narrow { .path-mod-attendance .attreport .narrow {
width: 1px; width: 1px;
} }
.path-mod-attendance .student-pass { .path-mod-attendance .student-password {
font-size: x-large; font-size: x-large;
text-align: center;
} }
#page-mod-attendance-sessions .statusgroup .statusdesc { #page-mod-attendance-sessions .statusgroup .statusdesc {
margin-right: 12px; margin-right: 12px;

5
templates/attendance_password_icon.mustache

@ -10,9 +10,8 @@
"linktext": "", "linktext": "",
"icon":{ "icon":{
"attributes": [ "attributes": [
{"name": "class", "value": "iconhelp"}, {"name": "src", "value": "../pix/key.svg"},
{"name": "src", "value": "../../../pix/help.svg"}, {"name": "alt", "value": "Password icon"}
{"name": "alt", "value": "Help icon"}
] ]
} }
} }

Loading…
Cancel
Save