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>
</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 id="debug">
</div> </div>
</body> </body>

View file

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