summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-01-12 00:25:14 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-01-12 00:25:14 +0100
commit6a5a8da655c89a1830a1602bb59866cec5c9a30d (patch)
treecb30dce69f889fb5b2a4190e47b5fcb0a815b742
parent9ec5cdfea4bb85f335b237bebe4a026611184b7f (diff)
downloadkosten-6a5a8da655c89a1830a1602bb59866cec5c9a30d.tar.gz
kosten-6a5a8da655c89a1830a1602bb59866cec5c9a30d.tar.bz2
kosten-6a5a8da655c89a1830a1602bb59866cec5c9a30d.zip
New style for all the form fields
-rw-r--r--static/css/style.css18
1 files changed, 17 insertions, 1 deletions
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;
}