From e4bdb1cc01836b4dd399b7ca9cc2806cb230f364 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 16 Jan 2023 10:32:36 +0000 Subject: [PATCH] Add page conent to issue.html Signed-off-by: Fred Boniface --- static/issue.html | 20 ++++++++++++++++++-- static/styles/style.css | 26 ++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/static/issue.html b/static/issue.html index 8503460..c11ffe7 100644 --- a/static/issue.html +++ b/static/issue.html @@ -15,7 +15,23 @@
- -

This page is (temporarily) intentionally blank.

+ + + + + + + + OwlBoard Logo + +

Report an Issue

+

This page's functionality is not yet implemented.

+
+
+
+
+
+ +
\ No newline at end of file diff --git a/static/styles/style.css b/static/styles/style.css index 1d2c4a6..c57cef6 100644 --- a/static/styles/style.css +++ b/static/styles/style.css @@ -68,6 +68,32 @@ body a:visited {color:var(--link-visited-color)} font-family: urwgothic, sans-serif; transition: 0.2s; } +.text-entry { + text-align: center; + border: black; + width: 75%; + max-width: 250px; + border-radius: 40px; + padding: 10px; + margin-bottom: 5px; + font-size: 12px; + font-family: urwgothic, sans-serif; + transition: 0.2s; +} +.text-entry-long{ + text-align: left; + border: black; + width: 75%; + max-width: 250px; + height: 30%; + max-height: 350px; + border-radius: 20px; + padding: 10px; + margin-bottom: 5px; + font-size: 12px; + font-family: urwgothic, sans-serif; + transition: 0.2s; +} label { font-weight: 900; }