Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
T1Il committed Aug 24, 2023
1 parent 9302969 commit 62b9a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ body {
padding: 20px;
margin-top: 20px;
width: 100%;
min-width: 300px;
}

.input-box .box-title {
Expand Down
2 changes: 1 addition & 1 deletion case.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function getContrastColor($hexColor)
class="accent">Everyone-Ping:</span> <span class="<?php echo $request->pingsEveryone() ? "warning-ping" : "normal-ping"; ?>"><?php echo $request->pingsEveryone() ? "Ja" : "Nein"; ?></span>
</div>
<div class="user-status <?php echo testInput($sta[0]); ?>"><span
class="accent">Status:</span> <?php echo testInput($sta[0]); ?></div>
class="accent">Status:</span><span class="unprocessed"><?php echo testInput($sta[0]); ?></span> </div>
<div class="user-status" <?php echo testInput($sta[0]); ?>><span class="accent">Nutzer-Status: </span><?php echo $as->isBlocked() ? "blockiert " : "nicht blockiert "; ?>
<?php if(!$as->isModerator()) { ?><button onclick="window.location.href='user.php?block_user=<?php echo $as->getDiscordId(); ?>&from=<?php echo $request->getRequestId();?>';"
class="<?php echo $as->isBlocked() ? "reject" : "accept"; ?>-button offset"><?php echo $as->isBlocked() ? "Freigeben" : "Blockieren"; ?>
Expand Down

0 comments on commit 62b9a88

Please sign in to comment.