From 13a6d52cef7d79100997ba67661cb5471e21f8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 10 Jan 2020 17:09:40 +0100 Subject: [PATCH] Limit the size of the container on guest pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/guest.css | 3 ++- core/templates/update.use-cli.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index 15bb83f576..26c8fbc9cc 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -99,7 +99,8 @@ body { } .wrapper { - max-width: 100%; + width: 100%; + max-width: 700px; margin-top: 10vh; } diff --git a/core/templates/update.use-cli.php b/core/templates/update.use-cli.php index 06d7e28490..30f4169a1d 100644 --- a/core/templates/update.use-cli.php +++ b/core/templates/update.use-cli.php @@ -14,7 +14,7 @@
- t('I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure.' )); ?> +

t('I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure.' )); ?>

t('Upgrade via web on my own risk' )); ?>