Improvements to the keyboard.

Add a number pad to the keyboard.  Make it hidden by default for
RLG-Web.
This commit is contained in:
John "Elwin" Edwards 2012-06-23 17:11:51 -07:00
parent 9ddc3c685c
commit 2ab0de0799
6 changed files with 59 additions and 6 deletions

10
tty.css
View file

@ -23,6 +23,16 @@ div.key {
background-color: white;
color: black;
}
div.rkey {
width: 2em;
height: 2em;
float: right;
border: 2px solid black;
margin: 0.2em;
text-align: center;
background-color: white;
color: black;
}
div.keysel {
width: 2em;
height: 2em;