From b079ff0d36b1bc5ac9de5ad1891290d1ef364ec3 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Thu, 18 Oct 2018 07:33:04 -0700 Subject: [PATCH] fix input styles --- media/pgdu/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media/pgdu/css/style.css b/media/pgdu/css/style.css index ceeec9c..d117925 100644 --- a/media/pgdu/css/style.css +++ b/media/pgdu/css/style.css @@ -25,6 +25,10 @@ h3 { font-size: 1.5rem; } +p { + margin: 1rem 0 !important; +} + #main h2, #side h2 { text-align: left; margin: 2rem 0; @@ -78,6 +82,10 @@ table tbody tr { border-right: 0; } +select#emailreason, input[name="reason"] { + margin: 2rem 0; +} + input[type="text"], input[type="password"], input[type="email"], select { height: 2.75em; margin-bottom: .5em; -- 2.39.5