From b10bf72999984d1f6c775fbeb0119c66c0fc38f7 Mon Sep 17 00:00:00 2001 From: jbtbnl Date: Thu, 10 Apr 2014 00:33:55 +0200 Subject: [PATCH 1/2] Vertically align public layout to better fit small mobile screens --- core/css/styles.css | 17 ++++++++++++++++- core/templates/layout.guest.php | 13 +++++++------ 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 57e2c4479a..2f67fa07c8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -327,7 +327,7 @@ input[type="submit"].enabled { /* Some whitespace to the top */ #body-login #header { - padding-top: 100px; + padding-top: 10px; } /* Fix background gradient */ #body-login { @@ -637,6 +637,21 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } min-height: 100%; margin: 0 auto -70px; width: 300px; + + display: -webkit-box; + -webkit-box-orient: horizontal; + -webkit-box-pack: center; + -webkit-box-align: center; + + display: -moz-box; + -moz-box-orient: horizontal; + -moz-box-pack: center; + -moz-box-align: center; + + display: box; + box-orient: horizontal; + box-pack: center; + box-align: center; } #body-login footer, #body-login .push { height: 70px; diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 5788d1d5bd..a6d8d93533 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -35,14 +35,15 @@
-
- - +
+
+
+