Skip to content

Commit f4699aa

Browse files
committed
Fix #801 - center align text and QR image on password page.
1 parent a578797 commit f4699aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

styles.css

+9
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,15 @@
312312
.attendancereporttable img.icon {
313313
padding-left: 5px;
314314
}
315+
#page-mod-attendance-password #page {
316+
text-align: center;
317+
}
318+
319+
#page-mod-attendance-password #page #qrcode img {
320+
display: inline !important;
321+
margin: 40px;
322+
}
323+
315324
#page-mod-attendance-password .qrcodevalid,
316325
#page-mod-attendance-password .qrcodeheader {
317326
font-size: larger;

0 commit comments

Comments
 (0)