mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
d1fe28ff7e
commit
d841357d7f
2 changed files with 3 additions and 2 deletions
|
@ -109,6 +109,7 @@ span.hover-help {
|
||||||
cursor:help;
|
cursor:help;
|
||||||
}
|
}
|
||||||
|
|
||||||
label.confirmation {
|
label.confirmation,
|
||||||
|
#merge-into {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?>
|
||||||
}).attr('autocomplete', 'off');
|
}).attr('autocomplete', 'off');
|
||||||
});
|
});
|
||||||
</script>
|
</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>
|
<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" />
|
<p><label class="confirmation"><input type="checkbox" name="confirm" value="1" />
|
||||||
<?= __("Confirm package merge") ?></label></p>
|
<?= __("Confirm package merge") ?></label></p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue