From 6a5a8da655c89a1830a1602bb59866cec5c9a30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 12 Jan 2020 00:25:14 +0100 Subject: New style for all the form fields --- static/css/style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 5b232b3..f2844f1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -293,7 +293,23 @@ input.search-submit { margin-bottom: 0.5em; } -input[type=submit] { +/* Forms */ + +form input[value], form select { + width: 170px; + padding: 1px; + margin-left: 4px; + box-sizing: border-box; + font-size: 100%; + font-family: inherit; + height: 25px; +} + +form input[type=checkbox] { + width: initial; +} + +form input[type=submit] { margin-top: 10px; } -- cgit v1.2.3