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 {
width: 1px;
}
.path-mod-attendance .student-pass {
.path-mod-attendance .student-password {
font-size: x-large;
text-align: center;
}
#page-mod-attendance-sessions .statusgroup .statusdesc {
margin-right: 12px;

5
templates/attendance_password_icon.mustache

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

Loading…
Cancel
Save