From 9550f76265805e9bfe0616a7834a9eed4d95e368 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 15 Oct 2020 18:38:21 +0200 Subject: Add multi language support --- static/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'static/style.css') 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; +} -- cgit v1.2.3