From 3b00ca8991f7092aa1cb3d584df12a0368f4fa4b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Jun 2020 16:20:01 +0200 Subject: form works! add graph reducer, fonts --- frontend/common/form.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'frontend/common') diff --git a/frontend/common/form.css b/frontend/common/form.css index 5b8f1e3..8643065 100644 --- a/frontend/common/form.css +++ b/frontend/common/form.css @@ -56,6 +56,9 @@ form label.description { font-size: small; color: #ddd; } +form label.description span { + padding-top: 0; +} /* text input */ @@ -68,7 +71,7 @@ input[type=password] { background: #111; font-family: 'Roboto', sans-serif; font-size: 0.875rem; - width: 20rem; + width: 15rem; border-radius: 0.125rem; } @@ -80,8 +83,8 @@ input[type=password]:focus { } textarea { - width: 35rem; - height: 20rem; + width: 20rem; + height: 10rem; padding: 0.5rem; border: 1px solid #ddd; font-family: 'Roboto', sans-serif; -- cgit v1.2.3-70-g09d2