Improvements to the keyboard.
Add a number pad to the keyboard. Make it hidden by default for RLG-Web.
This commit is contained in:
parent
9ddc3c685c
commit
2ab0de0799
6 changed files with 59 additions and 6 deletions
|
|
@ -21,6 +21,7 @@ div.rfloat {
|
|||
}
|
||||
|
||||
div.centerb {
|
||||
clear: both;
|
||||
margin: 0.2em;
|
||||
padding: 0.4em;
|
||||
text-align: center;
|
||||
|
|
@ -74,6 +75,10 @@ div#nogames {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
div#keys {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#debug {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue