From 5ae328b2b1d46b25131e2755939bb326efcdc507 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 20 Nov 2016 17:54:16 +0100 Subject: hide event countdown for mobile clients --- includes/pages/guest_login.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'includes/pages') diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 1e6ac41a..b7f85555 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -328,13 +328,8 @@ function guest_login() { div('row', [ EventConfig_countdown_page($event_config) ]), - div('row', []), div('row', [ - div('col-md-4 text-center', [ - heading(register_title(), 2), - get_register_hint() - ]), - div('col-md-4', [ + div('col-sm-6 col-sm-offset-3 col-md-4 col-md-offset-4', [ div('panel panel-primary first', [ div('panel-heading', [ ' ' . _("Login") @@ -354,8 +349,14 @@ function guest_login() { glyph('info-sign') . _("Please note: You have to activate cookies!") ]) ]) + ]) + ]), + div('row', [ + div('col-sm-6 text-center', [ + heading(register_title(), 2), + get_register_hint() ]), - div('col-md-4 text-center', [ + div('col-sm-6 text-center', [ heading(_("What can I do?"), 2), '

' . _("Please read about the jobs you can do to help us.") . '

', buttons([ -- cgit v1.2.3-54-g00ecf