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
|
|
@ -127,11 +127,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="modal" id="messages">
|
||||||
|
</div>
|
||||||
<div class="modal" id="misc">
|
<div class="modal" id="misc">
|
||||||
<div class="centerb"><a href="/about.html">Information</a></div>
|
<div class="centerb"><a href="/about.html">Information</a></div>
|
||||||
<div class="centerb"><span class="ibutton" onclick="toggleBlock('debug')">Messages</span></div>
|
|
||||||
</div>
|
|
||||||
<div class="modal" id="messages">
|
|
||||||
</div>
|
</div>
|
||||||
<div id="debug">
|
<div id="debug">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -90,10 +90,13 @@ div#messages {
|
||||||
div#messages div {
|
div#messages div {
|
||||||
margin: 0.4em 0.8em;
|
margin: 0.4em 0.8em;
|
||||||
padding: 0.4em 0.4em;
|
padding: 0.4em 0.4em;
|
||||||
font-weight: bold;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#messages > div:first-child {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
div#debug {
|
div#debug {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue