From ffd76dd8ac802322cc9cacce209464d87b754ffe Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 26 Oct 2017 01:42:15 +0300 Subject: www: fix 'login to post' padding --- juick-www/src/main/static/style.css | 4 ++-- juick-www/src/main/webapp/WEB-INF/layouts/content.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 161f7444..cd6595f9 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -279,8 +279,8 @@ body > header nav li:last-child:after { margin: 1em 0; } .page { - background: #E5E5DD; - padding: 5px; + background: #f2f2ec; + padding: 6px; text-align: center; } diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index 73d140f1..f4ca0d84 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -47,7 +47,7 @@ {% include "views/partial/navigation" %}
{% if visitor.uid == 0 %} -
+

{{ i18n("messages","message.loginForSending", "/login") | raw }}.

{% endif %} -- cgit v1.2.3