From 2941e6981074ffcdac219bc0d4bb94b853b62f47 Mon Sep 17 00:00:00 2001 From: Nick Phillips Date: Mon, 26 Feb 2018 14:18:39 +1300 Subject: [PATCH] Fix userpic max-width in attreport. Some themes (e.g. adaptable) (#295) reasonably set max-width for img to 100%, which messes things up here. --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index 979f9fc..7cbec61 100644 --- a/styles.css +++ b/styles.css @@ -186,6 +186,11 @@ .path-mod-attendance .attreport .narrow { width: 1px; } + +.path-mod-attendance .attreport img.userpicture { + max-width: inherit; +} + .path-mod-attendance .student-password { font-size: x-large; text-align: center;