Fix userpic max-width in attreport. Some themes (e.g. adaptable) (#295)
authorNick Phillips <nick.phillips@otago.ac.nz>
Mon, 26 Feb 2018 01:18:39 +0000 (14:18 +1300)
committerDan Marsden <dan@danmarsden.com>
Mon, 26 Feb 2018 01:18:39 +0000 (14:18 +1300)
reasonably set max-width for img to 100%, which messes things up here.

styles.css

index 979f9fc..7cbec61 100644 (file)
 .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;