Mercurial > hg > rlgwebd
comparison 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 |
comparison
equal
deleted
inserted
replaced
47:27b7f0c8b9f0 | 48:33bdb3d466e3 |
---|---|
7 text-align: center; | 7 text-align: center; |
8 } | 8 } |
9 | 9 |
10 div.modal { | 10 div.modal { |
11 clear: both; | 11 clear: both; |
12 } | |
13 | |
14 div.rfloat { | |
15 float: right; | |
16 clear: right; | |
17 text-align: center; | |
18 margin: 0.2em; | |
19 font-size: 1.2em; | |
20 padding: 0.4em; | |
12 } | 21 } |
13 | 22 |
14 div#opttable { | 23 div#opttable { |
15 display: table; | 24 display: table; |
16 margin: 1em auto; | 25 margin: 1em auto; |
33 | 42 |
34 span.ibutton { | 43 span.ibutton { |
35 background-color: #D0D0D0; | 44 background-color: #D0D0D0; |
36 border: 2px solid #101040; | 45 border: 2px solid #101040; |
37 border-radius: 0.3em; | 46 border-radius: 0.3em; |
38 padding: 0.2em; | 47 padding: 0.2em 0.5em; |
39 } | 48 } |