diff --git a/app/app.db b/app/app.db index 02b0c3c..298ffa5 100644 Binary files a/app/app.db and b/app/app.db differ diff --git a/app/static/css/main.css b/app/static/css/main.css index 218125d..ee66c3c 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -30,19 +30,18 @@ tbody { } body { - padding-bottom: 20px; + padding-bottom: 25px; padding-top: 60px; background-color: #ffb878; } -.navbar { - margin-bottom: 20px; -} - - - -h2 { - margin-top: 20px; +.navbar-custom { + height: 20px; +} +.pie{ + color: white; + font-size: 0.7rem; + padding-left: 0.5rem; } diff --git a/app/templates/base.html b/app/templates/base.html index 3444773..f6bc96a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -33,6 +33,7 @@
{% block content %}{% endblock %}
+ {% include "status.html" %} {% block jscript %} diff --git a/app/templates/status.html b/app/templates/status.html new file mode 100644 index 0000000..a10b663 --- /dev/null +++ b/app/templates/status.html @@ -0,0 +1,7 @@ +