From 426253c93c2145561eb1aa0eb44c10f40427966e Mon Sep 17 00:00:00 2001 From: JelmerHinssen Date: Tue, 28 Mar 2017 22:13:16 +0200 Subject: [PATCH] Fullscreen loginscherm --- templates/login.phtml | 45 ++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/templates/login.phtml b/templates/login.phtml index 5f76b49..6b87226 100644 --- a/templates/login.phtml +++ b/templates/login.phtml @@ -20,27 +20,44 @@ border-color: #2e6da4; margin-top: 5px; } - .jumbotron{ - //text-align: center; - } .form-control{ margin: 5px 0; } body{ color: #ff6000; } - .footer{ - text-align: center; + html, body{ + height: 100%; + } + .logo{ + display: block; + } + .full{ + width: 100%; + height: 100%; + } + .formdiv{ + background-color: #AAAAAA; + height: 100%; + padding: 10% 0 0 70px; + } + .appinfodiv{ + background-color: #DDDDDD; + height: 100%; + padding: 10% 0 0 70px; } -
-
-

InforBank

-
-
-
- -
- © 2017 Alle rechten voorbehouden -