diff --git a/static/style.css b/static/style.css index 5e08e0b..6a251f8 100644 --- a/static/style.css +++ b/static/style.css @@ -226,4 +226,11 @@ body { border: 1px solid #2e6da4; border-radius: 4px; cursor: pointer; -} \ No newline at end of file +} +#log-fun-warn { + text-align: center; + background-color: #ffd; + color: #777; + font-size: 14px; + padding: 3px; +} diff --git a/templates/index.html b/templates/index.html index 4953517..9c30485 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,6 +9,11 @@ var gvars = {{ gvars | tojson }}; {% endblock %} {% block content %} + +{% if not user %} +