From 889a48b971ab573fdb0d9f54bd6597a05507b728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=B2sweg?= Date: Sun, 31 May 2020 05:53:02 +0200 Subject: [PATCH] Reply for default theme --- action/reply.php | 6 +++++- themes/minimalpunk/css/reply.css | 14 ++++++++++++++ themes/minimalpunk/reply.php | 5 +++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 themes/minimalpunk/css/reply.css create mode 100644 themes/minimalpunk/reply.php diff --git a/action/reply.php b/action/reply.php index f9f039e..596fae9 100644 --- a/action/reply.php +++ b/action/reply.php @@ -44,14 +44,18 @@ $question = $db->query("SELECT * FROM questions WHERE id = '" . $_GET["q"] . "'; ?> + + -

+
+


+
diff --git a/themes/minimalpunk/css/reply.css b/themes/minimalpunk/css/reply.css new file mode 100644 index 0000000..f1fa131 --- /dev/null +++ b/themes/minimalpunk/css/reply.css @@ -0,0 +1,14 @@ +.main-container{ + margin: 20px; + padding: 10px; +} + +.question{ + margin-bottom: 20px; + font-weight: bold; + font-size: 1.25pc; +} + +input[type="submit"]{ + margin-top: 20px; +} diff --git a/themes/minimalpunk/reply.php b/themes/minimalpunk/reply.php new file mode 100644 index 0000000..906ef9a --- /dev/null +++ b/themes/minimalpunk/reply.php @@ -0,0 +1,5 @@ +