]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Changes in the login form:
authorAlexandr Danilov <bitbucket@modos189.ru>
Thu, 25 Aug 2016 13:09:55 +0000 (16:09 +0300)
committerAlexandr Danilov <bitbucket@modos189.ru>
Thu, 25 Aug 2016 13:09:55 +0000 (16:09 +0300)
* The alignment of the login form centered in WebKit
* Indent after the reference password recovery

src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
src/Wallabag/UserBundle/Resources/views/Security/login.html.twig

index eb4eebd80beb9841b583ca555dfd4d5d366a0b63..541096be938aed976cf5e30a40446a16b672f08a 100755 (executable)
@@ -52,6 +52,7 @@ body {
 
 body.login main {
     padding: 0;
+    min-height: 100vh;
 }
 
 .border-bottom {
index 982a33b28f953be743ed098b680b141e382d7ccd..5835330db7fdffc00588888505b45f4f24ff8a91 100644 (file)
@@ -39,7 +39,7 @@
             <i class="mdi-content-send right"></i>
         </button>
     </div>
-    <div class="center">
+    <div class="row center">
         <a href="{{ path('fos_user_resetting_request') }}">{{ 'security.login.forgot_password'|trans }}</a>
     </div>
 </form>