comparison tty.css @ 76:a497ecd116d9

Improvements to the keyboard. Add a number pad to the keyboard. Make it hidden by default for RLG-Web.
author John "Elwin" Edwards <elwin@sdf.org>
date Sat, 23 Jun 2012 17:11:51 -0700
parents 82be54381964
children
comparison
equal deleted inserted replaced
75:2984604ce3e6 76:a497ecd116d9
15 } 15 }
16 div.key { 16 div.key {
17 width: 2em; 17 width: 2em;
18 height: 2em; 18 height: 2em;
19 float: left; 19 float: left;
20 border: 2px solid black;
21 margin: 0.2em;
22 text-align: center;
23 background-color: white;
24 color: black;
25 }
26 div.rkey {
27 width: 2em;
28 height: 2em;
29 float: right;
20 border: 2px solid black; 30 border: 2px solid black;
21 margin: 0.2em; 31 margin: 0.2em;
22 text-align: center; 32 text-align: center;
23 background-color: white; 33 background-color: white;
24 color: black; 34 color: black;