From 00af8be5d7af2f334899e8715aab02991a461b30 Mon Sep 17 00:00:00 2001
From: "N. Geisler" <ngeisler@fachschaft.informatik.tu-darmstadt.de>
Date: Fri, 25 Oct 2019 17:10:55 +0200
Subject: [PATCH] add some custom sizes for AK submission form

---
 static_common/common/css/custom.css | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/static_common/common/css/custom.css b/static_common/common/css/custom.css
index 3f26ff56..037b544e 100644
--- a/static_common/common/css/custom.css
+++ b/static_common/common/css/custom.css
@@ -1,3 +1,28 @@
 .form-group.required {
     font-weight: bold;
-}
\ No newline at end of file
+}
+
+.form-text.text-muted {
+    font-size: 12px;
+}
+
+#id_description {
+    height: 100px;
+}
+
+#id_notes {
+    height: 150px;
+}
+
+#id_durations {
+    height: 75px;
+}
+
+#id_category {
+    width: 150px;
+}
+
+#id_present {
+    width: 150px;
+}
+
-- 
GitLab