From 8147c3140e595a03871b7b95b3bd32d4ed626bcf Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Fri, 23 Sep 2022 15:25:51 -0400 Subject: [PATCH] More precise form styling. --- undercover/static/styles.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/undercover/static/styles.css b/undercover/static/styles.css index 6f42ce7..e523765 100644 --- a/undercover/static/styles.css +++ b/undercover/static/styles.css @@ -111,12 +111,23 @@ input, textarea { } } -form { +.letter-form { display: flex; flex-grow: 1; flex-direction: column; } +div.user form { + display: flex; + flex-direction: row; + font-size: 70%; +} + +.logged-in { + display: flex; + flex-direction: row; +} + dl { display: flex; flex-grow: 1;