RLG-Web client: visual improvements.
Switch some buttons to span.ibutton style.
This commit is contained in:
parent
20d72fc066
commit
74ee771a72
2 changed files with 14 additions and 5 deletions
|
|
@ -11,6 +11,15 @@ div.modal {
|
|||
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 @@ span.ibutton {
|
|||
background-color: #D0D0D0;
|
||||
border: 2px solid #101040;
|
||||
border-radius: 0.3em;
|
||||
padding: 0.2em;
|
||||
padding: 0.2em 0.5em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue