Moved the noscript warning to head.html
authorArt Cancro <ajc@citadel.org>
Wed, 5 Jan 2011 16:57:11 +0000 (11:57 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 13:40:58 +0000 (13:40 +0000)
webcit/static/styles/webcit.css
webcit/static/t/head.html
webcit/static/t/login.html
webcit/static/t/openid_login.html

index c18fb92856a1377787e4a52356a44937379b0042..e61a1a6df74f0164095b1b41185fc47ea05276fd 100644 (file)
@@ -1100,10 +1100,13 @@ li.event_unread span, a.event_read_title { font-size: 100% }
 
 #noscript_warning {
        position: fixed;
+       z-index: 999;
        top: 0;
-       left: 0;
+       right: 0;
        background-color: #FF0000;
        color: #FFFFFF;
+       font-size: 120%;
+       border: 2px solid #FF0000;
 }
 
 .chatrecv_history_class {
index ae9e3f74f9ba9024e5b5db47609cef3d9f4d25f3..0efa162d8a8dcd07e00865934a933e6644faa8b2 100644 (file)
@@ -51,5 +51,8 @@ is a mistake.
        </div>
 </div>
 <!--("end modal container")-->
+<noscript><div id="noscript_warning">
+<?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
+</div></noscript>
 <div id="global">
 <!--("end head.html")-->
index 0583a8cb772e7e0f511a20df66a69129bdc83c56..a138e2816a11a9ed2a38a79b75dc79e7ff815d23 100644 (file)
@@ -1,8 +1,5 @@
 <?=("head")>
 <!-- start login.html -->
-<noscript><div id="noscript_warning">
-<?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
-</div></noscript>
 <div id="login_screen">
 <div class="box">
 <div class="boxlabel"><?SERV:HUMANNODE> - <?_("powered by")> <a href="http://www.citadel.org">Citadel</a></div>
index 07380addfdc09be25b23f13d99ae8719ce7850d2..79025902d92f33247d0df7e92fa71e5eab50d938 100644 (file)
@@ -1,8 +1,5 @@
 <?=("head")>
 <!-- start openid_login.html -->
-<noscript> <div id="noscript_warning">
-<?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
-</div></noscript>
 <div id="login_screen">
 <div class="box">
 <div class="boxlabel"><?SERV:HUMANNODE> - <?_("powered by")> <a href="http://www.citadel.org">Citadel</a></div>