Skip to content

Commit

Permalink
#78 style
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPoppe committed Sep 27, 2023
1 parent 4c15835 commit 769976f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/css/rcpro.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
min-width: 640px !important;
}

div#logs {
padding-bottom: 10px !important;
}

.home-form {
width: 50vw !important;
font-size: large;
Expand Down
2 changes: 1 addition & 1 deletion src/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function coalesce_string()
?>
<tr class="pointer" data-id="<?= $participant["log_id"] ?>" data-username="<?= $username_clean ?>" data-fname="<?= $fname_clean ?>" data-lname="<?= $lname_clean ?>" data-email="<?= $email_clean ?>">
<td class="dt-center">
<?= "<i title='Password Set' class='fas " . ($password_set ? "fa-check-circle" : "fa-fw") . "' style='margin-left:2px;margin-right:2px;color:" . $module::$COLORS["green"] . ";'></i>&nbsp; $username_clean" ?>
<?= "<span style='white-space:nowrap'><i " . ($password_set ? "title='Password Set' class='fas fa-solid fa-check-circle'" : "title='Password NOT Set' class='far fa-regular fa-circle-xmark") . "' style='margin-left:2px;margin-right:2px;color:" . ($password_set ? $module::$COLORS["green"] : $module::$COLORS["ban"]) . ";'></i>&nbsp;$username_clean</span>" ?>
</td>
<?php if ($role > 1) { ?>
<td class="dt-center"><?= $fname_clean ?></td>
Expand Down

0 comments on commit 769976f

Please sign in to comment.