Mercurial > hg > rlgwebd
changeset 72:95bf956bce5a
Improve the layout of some buttons.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Thu, 21 Jun 2012 16:05:59 -0700 |
parents | fc8cbf20e04c |
children | d084610a89b5 |
files | index-rlg.html style-rlg.css |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/index-rlg.html Thu Jun 21 10:46:01 2012 -0700 +++ b/index-rlg.html Thu Jun 21 16:05:59 2012 -0700 @@ -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>
--- a/style-rlg.css Thu Jun 21 10:46:01 2012 -0700 +++ b/style-rlg.css Thu Jun 21 16:05:59 2012 -0700 @@ -15,12 +15,17 @@ 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;