[Pkg-owncloud-commits] [owncloud] 139/172: Merge pull request #8140 from owncloud/login-valign

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 60efa0f1c81acaa019b45cb432d5265e230b4e94
Merge: a0f309b 1130062
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu May 15 15:06:52 2014 +0200

    Merge pull request #8140 from owncloud/login-valign
    
    Vertically align public layout to better fit small mobile screens

 core/css/mobile.css             | 21 +++++++++++++++++++++
 core/templates/layout.guest.php | 13 +++++++------
 2 files changed, 28 insertions(+), 6 deletions(-)

diff --cc core/templates/layout.guest.php
index 1f89e3f,a6d8d93..d38dc24
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@@ -32,17 -32,18 +32,18 @@@
  			?>
  		<?php endforeach; ?>
  	</head>
 -
 +	<?php flush(); ?>
  	<body id="body-login">
  		<div class="wrapper"><!-- for sticky footer -->
- 			<header><div id="header">
- 				<div class="logo svg"></div>
- 				<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
- 			</div></header>
- 
- 			<?php print_unescaped($_['content']); ?>
+ 			<div class="v-align"><!-- vertically centred box -->
+ 				<header><div id="header">
+ 					<div class="logo svg"></div>
+ 					<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
+ 				</div></header>
  
+ 				<?php print_unescaped($_['content']); ?>
  			<div class="push"></div><!-- for sticky footer -->
+ 			</div>
  		</div>
  
  		<footer>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list