This commit is contained in:
Eelco Dolstra
2008-11-17 23:59:20 +00:00
parent 51e617e9e8
commit f0eb8cf08c
23 changed files with 94 additions and 60 deletions

View File

@@ -360,9 +360,17 @@ input.string {
font-family: sans-serif;
font-size: 100%;
background-color: #fffff0;
width: 30em;
width: 13em;
}
input.shortString {
width: 10em;
width: 7em;
}
select {
background-color: #fffff0;
}
button {
background-color: #f0f0e0;
}