index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-22 11:31:42 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-22 11:31:42 +0100 |
commit | 63335e0c3e7a6e77fc3c68a0e6c1598936e333a5 (patch) | |
tree | d58e97d7642eaa485c0a67579b06c0c29a85c01e /buildmaster | |
parent | c3311db9904b59945f37fe363fd893ea71a3765e (diff) |
-rw-r--r-- | buildmaster/build-slaves.php | 2 |
diff --git a/buildmaster/build-slaves.php b/buildmaster/build-slaves.php index e0c4c02..0da5615 100644 --- a/buildmaster/build-slaves.php +++ b/buildmaster/build-slaves.php @@ -239,7 +239,7 @@ foreach($rows as $row) { <div> <form> <input type="hidden" name="sort" value="<?php print $_GET["sort"]?>"/> - <label for="showall">Show all:</label><input type="checkbox" name="showall" <?php print ( $showall ? "checked" : ""); ?>/> + <label style="font-weight: normal" for="showall">Show all:</label><input type="checkbox" name="showall" <?php print ( $showall ? "checked" : ""); ?>/> <input type="submit" value="Filter"> </form> </div> |