comparison 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
comparison
equal deleted inserted replaced
88:d644e7d46852 89:6145e1ea7ace
78 div#keys { 78 div#keys {
79 display: none; 79 display: none;
80 font-size: 12px; 80 font-size: 12px;
81 } 81 }
82 82
83 div#messages {
84 width: 100%;
85 max-height: 10em;
86 overflow: scroll;
87 clear: both;
88 }
89
90 div#messages div {
91 margin: 0.4em 0.8em;
92 padding: 0.4em 0.4em;
93 font-weight: bold;
94 background-color: white;
95 }
96
83 div#debug { 97 div#debug {
84 display: none; 98 display: none;
85 } 99 }