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 %}