From 2628b1c7f7f9f6afb4504aab49a6dba8ad13cd45 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 27 May 2025 12:54:37 +0200 Subject: [PATCH] up edit --- templates/base.html.twig | 21 ++++++++++++++++++ templates/public/edit.html.twig | 8 +++---- templates/public/index.html.twig | 38 ++------------------------------ 3 files changed, 26 insertions(+), 41 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 2039b1b..631395f 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -21,6 +21,22 @@ table, thead, tbody, tr{ width: 100%; } + +#completion_progress{ + position: fixed; + bottom: 0; + width: 100%; + padding: 1rem; + background-color: white; + border-top: 1px solid #e9ecef; + z-index: 1000; +} +.body-landing{ + min-height: 100vh; +} + .main-footer{ + padding-bottom: 3rem; + } {# table tr:nth-child(odd){ background-color:rgb(235, 235, 235); } @@ -36,6 +52,11 @@
+
+
+
+
+
diff --git a/templates/public/edit.html.twig b/templates/public/edit.html.twig index 397150c..802ab07 100644 --- a/templates/public/edit.html.twig +++ b/templates/public/edit.html.twig @@ -31,12 +31,10 @@ -
-
-
-
-
+ + +
diff --git a/templates/public/index.html.twig b/templates/public/index.html.twig index 46f4621..8c056e5 100644 --- a/templates/public/index.html.twig +++ b/templates/public/index.html.twig @@ -40,44 +40,10 @@
- +
{% block javascripts %} - {{ parent() }} - {# #} - {# #} + {{ parent() }} {% endblock %} {% endblock %}