diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-15 18:38:21 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-15 18:38:21 +0200 |
| commit | 9550f76265805e9bfe0616a7834a9eed4d95e368 (patch) | |
| tree | 8d90dc03290a9c565a3f7779d94b6c9946ac4801 /static | |
| parent | 51bf1944bedccda8fc68ca4745bb9c53afeb9d78 (diff) | |
| download | grimtube-9550f76265805e9bfe0616a7834a9eed4d95e368.tar.gz | |
Add multi language support
Diffstat (limited to 'static')
| -rw-r--r-- | static/style-halloween.css | 8 | ||||
| -rw-r--r-- | static/style.css | 16 |
2 files changed, 24 insertions, 0 deletions
diff --git a/static/style-halloween.css b/static/style-halloween.css index def4dac..0598e83 100644 --- a/static/style-halloween.css +++ b/static/style-halloween.css @@ -54,3 +54,11 @@ iframe { .comments { font-size: small; } + +input#term { + width: 90%; +} + +select#lang { + width: calc(10% - 10px); +} 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; +} |
