From: Dan Marsden Date: Thu, 22 Jun 2017 21:59:37 +0000 (+1200) Subject: Fix style for password pop-up and mustache template fix. X-Git-Url: http://cameron1729.xyz/?a=commitdiff_plain;h=ce7930795c010f4556f766af7c3ab88d4ec566f5;p=moodle-mod_attendance.git Fix style for password pop-up and mustache template fix. --- diff --git a/styles.css b/styles.css index 74144ed..d0c5713 100644 --- a/styles.css +++ b/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; diff --git a/templates/attendance_password_icon.mustache b/templates/attendance_password_icon.mustache index 2d1a928..6c8e911 100644 --- a/templates/attendance_password_icon.mustache +++ b/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"} ] } }