Make merge into label of width 'auto'

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Johannes Löthberg 2015-06-23 19:56:53 +02:00 committed by Lukas Fleischer
parent d1fe28ff7e
commit d841357d7f
2 changed files with 3 additions and 2 deletions

View file

@ -109,6 +109,7 @@ span.hover-help {
cursor:help;
}
label.confirmation {
label.confirmation,
#merge-into {
width: auto;
}

View file

@ -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>