Update gf-client.html with new gf.fcgi output types.

This commit is contained in:
bjorn
2008-09-12 11:14:02 +00:00
parent a7bf88fb32
commit 24d82d5a48
3 changed files with 19 additions and 44 deletions

View File

@@ -42,31 +42,22 @@ li {
clear: both;
}
dl.fromLang dt {
display: none;
#translation dl {
border-width: 0 0 1px 0;
border-style: solid;
border-color: #c0c0c0;
}
dl.toLang {
#translation dt {
display: none;
}
#translation dd {
border-width: 1px 0 0 0;
border-style: solid;
border-color: #c0c0c0;
}
dl.toLang dt {
color: #c0c0c0;
display: block;
float: left;
width: 5em;
font-size: 80%;
padding: 1px 0;
}
dl.toLang dd {
border-width: 0 0 1px 0;
border-style: solid;
border-color: #c0c0c0;
padding: 0.2em 0;
}
/* Completions */
@@ -78,10 +69,6 @@ dl.toLang dd {
overflow: hidden;
}
#completion dt {
display: none;
}
#completion li {
display: inline;
padding: 0 0.1em;