From 24bfc292208082513fd1159cb3176e08b1686c11 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 6 Oct 2019 17:56:53 +0200 Subject: login: Added div around cookies note to center it --- resources/views/pages/login.twig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/views/pages/login.twig b/resources/views/pages/login.twig index da6f4fdf..88326429 100644 --- a/resources/views/pages/login.twig +++ b/resources/views/pages/login.twig @@ -50,7 +50,7 @@
{{ m.glyphicon('lock') }} + type="password" name="password" value="" placeholder="{{ __('Password') }}">
@@ -93,8 +93,10 @@ - - {{ m.glyphicon('info-sign') }} {{ __('Please note: You have to activate cookies!') }} +
+ {{ m.glyphicon('info-sign') }} {{ __('Please note: You have to activate cookies!') }} +
+ {% endblock %} -- cgit v1.2.3-54-g00ecf