Improve the layout of some buttons.

This commit is contained in:
John "Elwin" Edwards 2012-06-21 16:05:59 -07:00
parent 4478756d91
commit db81f195cf
2 changed files with 9 additions and 2 deletions

View file

@ -115,7 +115,9 @@
</div>
</div>
</div>
<div class="rfloat"><span class="ibutton" onclick="toggledebug()">Messages</span></div>
<div class="modal" id="misc">
<div class="centerb"><span class="ibutton" onclick="toggledebug()">Messages</span></div>
</div>
<div id="debug">
</div>
</body>

View file

@ -15,12 +15,17 @@ div.modal {
div.rfloat {
float: right;
clear: right;
text-align: center;
margin: 0.2em;
font-size: 1.2em;
padding: 0.4em;
}
div.centerb {
margin: 0.2em;
padding: 0.4em;
text-align: center;
}
div.formtable {
display: table;
margin: 1em auto;