Textgröße der Teilnehmer angepasst.
This commit is contained in:
14
index.php
14
index.php
@@ -282,7 +282,7 @@ $german_weekdays = [
|
||||
|
||||
<?php if ($next_payer_username): ?>
|
||||
<div class="text-center my-2 mx-auto" style="max-width: 400px; border-radius: 0.5rem;">
|
||||
<p class="fw-bold mb-1">Empfehlung für die nächste Rechnung:</p>
|
||||
<p class="fw-bold mb-1">Rechnung wird bezahlt von:</p>
|
||||
<h4 class="text-muted fw-bold mb-0"><?= htmlspecialchars($next_payer_username); ?></h4>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
@@ -304,7 +304,9 @@ $german_weekdays = [
|
||||
<?php if (!empty($accepted_users)): ?>
|
||||
<ul class="list-unstyled mb-0">
|
||||
<?php foreach ($accepted_users as $user): ?>
|
||||
<li><?= $user; ?></li>
|
||||
<li class="small">
|
||||
<?= $user; ?>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<?php else: ?>
|
||||
@@ -322,7 +324,9 @@ $german_weekdays = [
|
||||
<?php if (!empty($declined_users)): ?>
|
||||
<ul class="list-unstyled mb-0">
|
||||
<?php foreach ($declined_users as $user): ?>
|
||||
<li><?= $user; ?></li>
|
||||
<li class="small">
|
||||
<?= $user; ?>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<?php else: ?>
|
||||
@@ -340,7 +344,9 @@ $german_weekdays = [
|
||||
<?php if (!empty($maybe_users)): ?>
|
||||
<ul class="list-unstyled mb-0">
|
||||
<?php foreach ($maybe_users as $user): ?>
|
||||
<li><?= $user; ?></li>
|
||||
<li class="small">
|
||||
<?= $user; ?>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<?php else: ?>
|
||||
|
||||
Reference in New Issue
Block a user