From d1fe28ff7e206b02b42995dc92600af90b7195ae Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 23 Jun 2015 19:56:52 +0200 Subject: Make confirmation label of width 'auto' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg Signed-off-by: Lukas Fleischer --- web/html/css/aurweb.css | 4 ++++ web/html/pkgdel.php | 2 +- web/html/pkgdisown.php | 2 +- web/html/pkgmerge.php | 2 +- web/template/account_delete.php | 2 +- web/template/pkg_search_results.php | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 620e0fab..6f2a1e59 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -108,3 +108,7 @@ span.hover-help { border-bottom: 1px dotted black; cursor:help; } + +label.confirmation { + width: auto; +} diff --git a/web/html/pkgdel.php b/web/html/pkgdel.php index face0810..eb20967f 100644 --- a/web/html/pkgdel.php +++ b/web/html/pkgdel.php @@ -34,7 +34,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?> -

" />

diff --git a/web/html/pkgdisown.php b/web/html/pkgdisown.php index f7ef0f25..48429396 100644 --- a/web/html/pkgdisown.php +++ b/web/html/pkgdisown.php @@ -41,7 +41,7 @@ if (has_credential(CRED_PKGBASE_DISOWN, $maintainer_uids)): ?> -

" />

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)): ?>

-

" />

diff --git a/web/template/account_delete.php b/web/template/account_delete.php index faa01379..74f386da 100644 --- a/web/template/account_delete.php +++ b/web/template/account_delete.php @@ -12,7 +12,7 @@
-

diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index e866282b..cce533c3 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -123,7 +123,7 @@ if (!$result): ?> - + " />

-- cgit v1.2.3-24-g4f1b