RLG-Web client: hide debugging information.
Remove the button that shows div#debug. Alerting the user should be done with message().
This commit is contained in:
parent
2828b5f33c
commit
16df3d2a7a
2 changed files with 6 additions and 4 deletions
|
|
@ -90,10 +90,13 @@ div#messages {
|
|||
div#messages div {
|
||||
margin: 0.4em 0.8em;
|
||||
padding: 0.4em 0.4em;
|
||||
font-weight: bold;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
div#messages > div:first-child {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div#debug {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue