Issue #358: Added some extra styling for outage icons

This commit is contained in:
Niko Hoogeveen
2025-01-28 15:02:34 -05:00
parent 43d82333ca
commit 3f79129774
2 changed files with 6 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ if (!$viewbag['static']) {
'src' => $OUTPUT->image_url('t/check'),
'alt' => get_string('finish', 'auth_outage'),
'class' => 'iconsmall',
'style' => 'width: 1rem; height: 1rem;',
]).' '.get_string('finish', 'auth_outage');
$attr = [
'title' => get_string('finish', 'auth_outage'),