From c67820db58d9a916f63c97c482fedb64eb6635ff Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Tue, 25 Apr 2023 00:15:29 +0200 Subject: [PATCH] Update styling and message --- public/403.html | 9 ++++----- public/404.html | 7 +++---- public/422.html | 7 +++---- public/500.html | 7 +++---- 4 files changed, 13 insertions(+), 17 deletions(-) diff --git a/public/403.html b/public/403.html index c41fd23..0cfd3d4 100644 --- a/public/403.html +++ b/public/403.html @@ -23,18 +23,17 @@ border-right-color: #999; border-left-color: #999; border-bottom-color: #BBB; - border-top: #c40f5b solid 4px; + border-top: #ff1f5b solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; - background-color: #c40f5b; - padding: 7px 12% 0; + background-color: #ff1f5b; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); } .rails-default-error-page h1 { font-size: 100%; color: white; - line-height: 1.5em; + line-height: 1em; } .rails-default-error-page div.dialog > p { @@ -60,7 +59,7 @@

You have not been granted access to this page.

-

If you feel you should have access to this page, please contact the site administrator.

+

If you feel you should have access, please contact the site administrator.

diff --git a/public/404.html b/public/404.html index a357351..2736b58 100644 --- a/public/404.html +++ b/public/404.html @@ -23,18 +23,17 @@ border-right-color: #999; border-left-color: #999; border-bottom-color: #BBB; - border-top: #c40f5b solid 4px; + border-top: #ff1f5b solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; - background-color: #c40f5b; - padding: 7px 12% 0; + background-color: #ff1f5b; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); } .rails-default-error-page h1 { font-size: 100%; color: white; - line-height: 1.5em; + line-height: 1em; } .rails-default-error-page div.dialog > p { diff --git a/public/422.html b/public/422.html index 2d76701..974009b 100644 --- a/public/422.html +++ b/public/422.html @@ -23,18 +23,17 @@ border-right-color: #999; border-left-color: #999; border-bottom-color: #BBB; - border-top: #c40f5b solid 4px; + border-top: #ff1f5b solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; - background-color: #c40f5b; - padding: 7px 12% 0; + background-color: #ff1f5b; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); } .rails-default-error-page h1 { font-size: 100%; color: white; - line-height: 1.5em; + line-height: 1em; } .rails-default-error-page div.dialog > p { diff --git a/public/500.html b/public/500.html index a8de709..a833467 100644 --- a/public/500.html +++ b/public/500.html @@ -23,18 +23,17 @@ border-right-color: #999; border-left-color: #999; border-bottom-color: #BBB; - border-top: #c40f5b solid 4px; + border-top: #ff1f5b solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; - background-color: #c40f5b; - padding: 7px 12% 0; + background-color: #ff1f5b; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); } .rails-default-error-page h1 { font-size: 100%; color: white; - line-height: 1.5em; + line-height: 1em; } .rails-default-error-page div.dialog > p {