diff style-rlg.css @ 96:7bb634f6995c

RLG-Web client: improvements to UI messages. Improve the appearance of the message area, make warnings a different color from other messages, and make some message texts more helpful.
author John "Elwin" Edwards <elwin@sdf.org>
date Wed, 11 Jul 2012 11:10:50 -0700
parents e84a99712c62
children bea4e7e703a2
line wrap: on
line diff
--- a/style-rlg.css	Wed Jul 11 10:43:40 2012 -0700
+++ b/style-rlg.css	Wed Jul 11 11:10:50 2012 -0700
@@ -83,7 +83,7 @@
 div#messages {
 	width: 100%;
 	max-height: 10em;
-	overflow: scroll;
+	overflow-y: auto;
 	clear: both;
 }
 
@@ -97,6 +97,10 @@
 	font-weight: bold;
 }
 
+div#messages > div.warn {
+	background-color: #F0F0C0;
+}
+
 div#debug {
 	display: none;
 }