From 550e5d277d36c0bb279c6a49a8e99b135dd9bdab Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Fri, 1 Dec 2023 12:37:30 -0500 Subject: flag btn --- static/styles.css | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 99356ab..f2f83ad 100644 --- a/static/styles.css +++ b/static/styles.css @@ -56,8 +56,8 @@ word-break: break-all; text-overflow: ellipsis; padding: .25em; - padding-top: 2em; - padding-bottom: 2em; + padding-top: 1em; + padding-bottom: 1em; text-align: center; font-family: Cantarell; } @@ -68,8 +68,27 @@ } } - .answerline { font-weight: bold; font-size: large; } + +.definition { + font-size: small; +} + +.source { + float: right; + font-size: small !important; + font-style: normal; +} + +.flag { + font-size: small; + font-weight: normal; +} +.flagged { + font-size: small; + font-weight: normal; + font-style: italic; +} -- cgit v1.2.3