From f393cc017d3f9993258af94f2c15b45fc6b4dab4 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 2 Oct 2018 22:47:12 +0200 Subject: [PATCH] Improve 404 page design, fix #11370 Signed-off-by: Jan-Christoph Borchardt --- core/css/guest.css | 9 +++++++++ core/templates/404.php | 15 ++++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index 47ceb7b93e..2de6990c5b 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -575,14 +575,23 @@ form #selectDbType label.ui-state-active { -ms-user-select: text; user-select: text; } + .warning { margin-top: 15px; } + .warning h2, .update h2, .error h2 { text-align: center; } + +/* TODO: Change all .warning/.update/.error to .body-login-container */ +.body-login-container .icon-big { + background-size: 70px; + height: 70px; +} + .warning.updateAnyways { text-align: center; } diff --git a/core/templates/404.php b/core/templates/404.php index 0f7318e937..071d57b1b6 100644 --- a/core/templates/404.php +++ b/core/templates/404.php @@ -15,11 +15,12 @@ if(!isset($_)) {//standalone page is not supported anymore - redirect to / - +