diff 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
line wrap: on
line diff
--- a/tty.css	Thu Jun 21 23:44:51 2012 -0700
+++ b/tty.css	Sat Jun 23 17:11:51 2012 -0700
@@ -23,6 +23,16 @@
 	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;