diff --git a/Resources/public/modules/login_page/login.scss b/Resources/public/modules/login_page/login.scss index e9662c5df..a451171b3 100644 --- a/Resources/public/modules/login_page/login.scss +++ b/Resources/public/modules/login_page/login.scss @@ -17,6 +17,10 @@ body { position: relative; height: 90%; padding-top: 10%; + footer.footer { + position: absolute; + bottom: 0; + } } #content:before { @@ -63,10 +67,10 @@ button { p.forgot-password-link { text-align: center; - + a { font-weight: 300; color: #fff; text-decoration: none; } -} \ No newline at end of file +} diff --git a/Resources/views/Login/_footer.html.twig b/Resources/views/Login/_footer.html.twig new file mode 100644 index 000000000..5f6968b80 --- /dev/null +++ b/Resources/views/Login/_footer.html.twig @@ -0,0 +1 @@ + diff --git a/Resources/views/Login/login.html.twig b/Resources/views/Login/login.html.twig index de57ba4d2..0c35228df 100644 --- a/Resources/views/Login/login.html.twig +++ b/Resources/views/Login/login.html.twig @@ -1,5 +1,5 @@ {# - * Copyright (C) 2014-2015, Champs Libres Cooperative SCRLFS, + * Copyright (C) 2014-2015, Champs Libres Cooperative SCRLFS, / * * This program is free software: you can redistribute it and/or modify @@ -28,7 +28,7 @@
{{ include('@ChillMain/Login/_login-logo.html.twig') }} - + {% if error is not null %}

{{ error.message|trans }}

{% endif %} @@ -41,12 +41,14 @@
- - + + - + + {{ include('@ChillMain/Login/_footer.html.twig') }}
+