changeset 95:e84a99712c62

RLG-Web client: hide debugging information. Remove the button that shows div#debug. Alerting the user should be done with message().
author John "Elwin" Edwards <elwin@sdf.org>
date Wed, 11 Jul 2012 10:43:40 -0700
parents 597e9477b8ae
children 7bb634f6995c
files index-rlg.html style-rlg.css
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/index-rlg.html	Wed Jul 11 10:30:33 2012 -0700
+++ b/index-rlg.html	Wed Jul 11 10:43:40 2012 -0700
@@ -127,11 +127,10 @@
 </div>
 </div>
 </div>
+<div class="modal" id="messages">
+</div>
 <div class="modal" id="misc">
 <div class="centerb"><a href="/about.html">Information</a></div>
-<div class="centerb"><span class="ibutton" onclick="toggleBlock('debug')">Messages</span></div>
-</div>
-<div class="modal" id="messages">
 </div>
 <div id="debug">
 </div>
--- a/style-rlg.css	Wed Jul 11 10:30:33 2012 -0700
+++ b/style-rlg.css	Wed Jul 11 10:43:40 2012 -0700
@@ -90,8 +90,11 @@
 div#messages div {
 	margin: 0.4em 0.8em;
 	padding: 0.4em 0.4em;
+	background-color: white;
+}
+
+div#messages > div:first-child {
 	font-weight: bold;
-	background-color: white;
 }
 
 div#debug {