diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/aurweb.css | 3 | ||||
-rw-r--r-- | web/html/pkgmerge.php | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 6f2a1e5..d67877a 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -109,6 +109,7 @@ span.hover-help { cursor:help; } -label.confirmation { +label.confirmation, +#merge-into { width: auto; } diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php index c651ce9..f6e951b 100644 --- a/web/html/pkgmerge.php +++ b/web/html/pkgmerge.php @@ -53,7 +53,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?> }).attr('autocomplete', 'off'); }); </script> - <p><label for="merge_Into" ><?= __("Merge into:") ?></label> + <p><label id="merge-into" for="merge_Into" ><?= __("Merge into:") ?></label> <input type="text" id="merge_Into" name="merge_Into" value="<?= isset($_GET['into']) ? $_GET['into'] : '' ?>" /></p> <p><label class="confirmation"><input type="checkbox" name="confirm" value="1" /> <?= __("Confirm package merge") ?></label></p> |