comparison style-rlg.css @ 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 6145e1ea7ace
children 7bb634f6995c
comparison
equal deleted inserted replaced
94:597e9477b8ae 95:e84a99712c62
88 } 88 }
89 89
90 div#messages div { 90 div#messages div {
91 margin: 0.4em 0.8em; 91 margin: 0.4em 0.8em;
92 padding: 0.4em 0.4em; 92 padding: 0.4em 0.4em;
93 background-color: white;
94 }
95
96 div#messages > div:first-child {
93 font-weight: bold; 97 font-weight: bold;
94 background-color: white;
95 } 98 }
96 99
97 div#debug { 100 div#debug {
98 display: none; 101 display: none;
99 } 102 }