[aur-dev] [PATCH 2/2] Make merge into label of width 'auto'

Johannes Löthberg johannes at kyriasis.com
Tue Jun 23 17:56:53 UTC 2015


Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
---
 web/html/css/aurweb.css | 3 ++-
 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>
-- 
2.4.4


More information about the aur-dev mailing list