diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-22 13:16:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-23 18:36:45 +0200 |
commit | 38bfae57fe40f0572656e17af9cab624295df5ce (patch) | |
tree | bd6499210ecb416e52b961b38e5ad3a382d4e8a3 /core/templates/layout.guest.php | |
parent | fd4638c2299ce2dfbccfd3d5d4d5b0f280283ba5 (diff) | |
download | nextcloud-server-38bfae57fe40f0572656e17af9cab624295df5ce.tar.gz nextcloud-server-38bfae57fe40f0572656e17af9cab624295df5ce.zip |
sticky footer
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r-- | core/templates/layout.guest.php | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 29e1debdfdb..f49d8ee215f 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -35,12 +35,16 @@ </head> <body id="body-login"> - <header><div id="header"> - <img src="<?php print_unescaped(image_path('', 'logo.svg')); ?>" class="svg" alt="ownCloud" /> - <div id="logo-claim" style="display:none;"><?php p($defaults->getLogoClaim()); ?></div> - </div></header> + <div class="wrapper"><!-- for sticky footer --> + <header><div id="header"> + <img src="<?php print_unescaped(image_path('', 'logo.svg')); ?>" class="svg" alt="ownCloud" /> + <div id="logo-claim" style="display:none;"><?php p($defaults->getLogoClaim()); ?></div> + </div></header> - <?php print_unescaped($_['content']); ?> + <?php print_unescaped($_['content']); ?> + + <div class="push"></div><!-- for sticky footer --> + </div> <footer> <p class="info"> |