From: INOPIAE Date: Fri, 29 May 2020 04:59:47 +0000 (+0200) Subject: upd: formatting of motion area X-Git-Url: https://code.wpia.club/?p=motion.git;a=commitdiff_plain;h=02c2dbf274bcd7a67b17fe8cffd7c56ce3962928 upd: formatting of motion area --- diff --git a/templates/base.html b/templates/base.html index 79cf2d2..54ed96d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,9 +21,11 @@ } .motion textarea { display: block; + min-width: 100%; } .motion .motion-title{ border-bottom: 1px solid black; + padding: 5px; } .motion .motion-title .title-text{ font-size: 15pt; diff --git a/templates/index.html b/templates/index.html index 666f6f7..04bbabe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,7 @@ User: {{g.user}}
-
+
{%- if categories|length == 1 %} @@ -28,7 +28,7 @@ User: {{g.user}}
-
+
Editing note: Markdown is used formatting.
To add a line break add two lines, to enter a link use [text](https//domain.tld/link)
diff --git a/templates/motion.html b/templates/motion.html index 2f0d6b7..051b8d6 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -1,8 +1,8 @@
{{motion.name}} ({{ 'Running' if motion.running else ('Canceled' if motion.canceled != None else 'Finished') }})