diff style-rlg.css @ 89:6145e1ea7ace

RLG-Web: add a new message framework. Add a message() function meant for UI messages, not debugging info.
author John "Elwin" Edwards <elwin@sdf.org>
date Tue, 10 Jul 2012 08:08:54 -0700
parents f8bb37f48d58
children e84a99712c62
line wrap: on
line diff
--- a/style-rlg.css	Mon Jul 09 12:51:12 2012 -0700
+++ b/style-rlg.css	Tue Jul 10 08:08:54 2012 -0700
@@ -80,6 +80,20 @@
 	font-size: 12px;
 }
 
+div#messages {
+	width: 100%;
+	max-height: 10em;
+	overflow: scroll;
+	clear: both;
+}
+
+div#messages div {
+	margin: 0.4em 0.8em;
+	padding: 0.4em 0.4em;
+	font-weight: bold;
+	background-color: white;
+}
+
 div#debug {
 	display: none;
 }