From bdab0409c4e47a2df112196de915a06d208293ce Mon Sep 17 00:00:00 2001 From: ringmaster Date: Thu, 5 Dec 2013 09:19:46 -0500 Subject: [PATCH] Add overlay noscript message to fix #6032 --- core/css/styles.css | 21 +++++++++++++++++++++ core/templates/layout.user.php | 1 + 2 files changed, 22 insertions(+) diff --git a/core/css/styles.css b/core/css/styles.css index fa001d41c2..0ed4cf36c9 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -46,6 +46,27 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari opacity: 1; } +#nojavascript { + position: absolute; + top: 0; + bottom: 0; + z-index: 999; + width: 100%; + text-align: center; + background-color: rgba(50,0,0,0.5); + color: white; + text-shadow: 0px 0px 5px black; + line-height: 125%; + font-size: x-large; +} +#nojavascript div { + width: 50%; + top: 50%; + position: absolute; + left: 50%; + margin-left: -25%; +} + /* INPUTS */ input[type="text"], input[type="password"], diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 9e1d8022ec..7492af799b 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -37,6 +37,7 @@ +