Mercurial > hg > rlgwebd
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 95:e84a99712c62 | 96:7bb634f6995c |
|---|---|
| 81 } | 81 } |
| 82 | 82 |
| 83 div#messages { | 83 div#messages { |
| 84 width: 100%; | 84 width: 100%; |
| 85 max-height: 10em; | 85 max-height: 10em; |
| 86 overflow: scroll; | 86 overflow-y: auto; |
| 87 clear: both; | 87 clear: both; |
| 88 } | 88 } |
| 89 | 89 |
| 90 div#messages div { | 90 div#messages div { |
| 91 margin: 0.4em 0.8em; | 91 margin: 0.4em 0.8em; |
| 95 | 95 |
| 96 div#messages > div:first-child { | 96 div#messages > div:first-child { |
| 97 font-weight: bold; | 97 font-weight: bold; |
| 98 } | 98 } |
| 99 | 99 |
| 100 div#messages > div.warn { | |
| 101 background-color: #F0F0C0; | |
| 102 } | |
| 103 | |
| 100 div#debug { | 104 div#debug { |
| 101 display: none; | 105 display: none; |
| 102 } | 106 } |
