RLG-Web client: some cleanup

Separate RLG-specific CSS into its own file, fix some typos.
This commit is contained in:
John "Elwin" Edwards 2012-05-23 07:46:08 -07:00
parent 2d86b63c98
commit 018adf9acf
4 changed files with 21 additions and 7 deletions

10
tty.css
View file

@ -7,9 +7,6 @@ img#bell {
visibility: hidden;
margin-left: 2em;
}
div.modal {
clear: both;
}
div.keyrow {
font-size: 1.2em;
}
@ -23,6 +20,8 @@ div.key {
border: 2px solid black;
margin: 0.2em;
text-align: center;
background-color: white;
color: black;
}
div.keysel {
width: 2em;
@ -31,7 +30,8 @@ div.keysel {
border: 2px solid black;
margin: 0.2em;
text-align: center;
background-color: #C0FFC0;
background-color: #A0EEA0;
color: black;
}
div#shiftkey {
width: 4em;
@ -87,6 +87,8 @@ div#debug {
overflow: scroll;
white-space: pre;
clear: both;
background-color: white;
color: black;
}
div#debug > div {
font-family: monospace;