Browse Source

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.
MOODLE_32_STABLE
Nick Phillips 7 years ago
committed by Dan Marsden
parent
commit
2941e69810
  1. 5
      styles.css

5
styles.css

@ -186,6 +186,11 @@
.path-mod-attendance .attreport .narrow { .path-mod-attendance .attreport .narrow {
width: 1px; width: 1px;
} }
.path-mod-attendance .attreport img.userpicture {
max-width: inherit;
}
.path-mod-attendance .student-password { .path-mod-attendance .student-password {
font-size: x-large; font-size: x-large;
text-align: center; text-align: center;

Loading…
Cancel
Save