diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-23 19:56:52 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-27 13:04:03 +0200 |
commit | d1fe28ff7e206b02b42995dc92600af90b7195ae (patch) | |
tree | f2c1a1ef36542303afbc8a95eabac30442228967 /web/html/pkgmerge.php | |
parent | 5a050552e89e25ad0e5b079ff6f03ba9250f13d8 (diff) | |
download | aur-d1fe28ff7e206b02b42995dc92600af90b7195ae.tar.gz aur-d1fe28ff7e206b02b42995dc92600af90b7195ae.tar.xz |
Make confirmation label of width 'auto'
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/pkgmerge.php')
-rw-r--r-- | web/html/pkgmerge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php index 0742c625..c651ce9c 100644 --- a/web/html/pkgmerge.php +++ b/web/html/pkgmerge.php @@ -55,7 +55,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?> </script> <p><label for="merge_Into" ><?= __("Merge into:") ?></label> <input type="text" id="merge_Into" name="merge_Into" value="<?= isset($_GET['into']) ? $_GET['into'] : '' ?>" /></p> - <p><label><input type="checkbox" name="confirm" value="1" /> + <p><label class="confirmation"><input type="checkbox" name="confirm" value="1" /> <?= __("Confirm package merge") ?></label></p> <p><input type="submit" class="button" name="do_Delete" value="<?= __("Merge") ?>" /></p> </fieldset> |