diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 62ec755..a4f71c5 100644 --- a/static/style.css +++ b/static/style.css @@ -44,3 +44,19 @@ iframe { .comments { font-size: small; } + +input#term { + width: 90%; + height: 22px; + border: 1px solid black; + padding: 0px; + margin: 0px; +} + +select#lang { + width: calc(10% - 8px); + height: 22px; + border: 1px solid black; + padding: 0px; + margin: 0px; +} |
