Mercurial > hg > rlgwebd
diff style-rlg.css @ 48:33bdb3d466e3
RLG-Web client: visual improvements.
Switch some buttons to span.ibutton style.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Sat, 09 Jun 2012 21:42:24 -0700 |
parents | 1bbd0e76ba92 |
children | bef5629f50d8 |
line wrap: on
line diff
--- a/style-rlg.css Sat Jun 09 21:20:14 2012 -0700 +++ b/style-rlg.css Sat Jun 09 21:42:24 2012 -0700 @@ -11,6 +11,15 @@ clear: both; } +div.rfloat { + float: right; + clear: right; + text-align: center; + margin: 0.2em; + font-size: 1.2em; + padding: 0.4em; +} + div#opttable { display: table; margin: 1em auto; @@ -35,5 +44,5 @@ background-color: #D0D0D0; border: 2px solid #101040; border-radius: 0.3em; - padding: 0.2em; + padding: 0.2em 0.5em; }