From ce7930795c010f4556f766af7c3ab88d4ec566f5 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 23 Jun 2017 09:59:37 +1200 Subject: [PATCH] Fix style for password pop-up and mustache template fix. --- styles.css | 3 ++- templates/attendance_password_icon.mustache | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"} ] } } -- 2.11.0