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-halloween.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/style-halloween.css') 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); +} -- cgit v1.2.3