From 9edec0c849dc0b9ad8b758f373ea97b5c0ac5f7e Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 27 Jun 2014 15:50:45 +1000 Subject: [PATCH] Tweak layout and message for 422 --- public/422.html | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/public/422.html b/public/422.html index 83660ab187..b222475557 100644 --- a/public/422.html +++ b/public/422.html @@ -7,20 +7,32 @@ div.dialog { width: 25em; padding: 0 4em; - margin: 4em auto 0 auto; - border: 1px solid #ccc; - border-right-color: #999; - border-bottom-color: #999; + margin: 2em auto 0 auto; + } + a.go_home { + font-size: 100%; + color: black; + line-height: 1.5em; + text-decoration: none; + border-bottom: 1px dotted black; + padding: 0 0.2rem; + } + a.go_home:hover, a.go_home:focus, a.go_home:active{ + background: #8f301d; + color: white; + border-bottom: none; } - h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

+ +

The change you wanted was rejected. Maybe you tried to change something you don't have access to. +

Return home

+

+