[Pkg-owncloud-commits] [owncloud] 64/172: fix sticky footer on log in page

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:40 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 b92c4cb84d3b65b2491781ebfa33f19a6ba2ee1d
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Mon May 12 13:40:04 2014 +0200

    fix sticky footer on log in page
---
 core/css/styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 26aaa1b..d21e6bc 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -352,9 +352,9 @@ input[type="submit"].enabled {
 #body-login #header {
 	padding-top: 100px;
 }
-/* Fix background gradient */
 #body-login {
-	background-attachment: fixed;
+	background-attachment: fixed; /* fix background gradient */
+	height: 100%; /* fix sticky footer */
 }
 
 /* Dark subtle label text */

-- 
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