[Pkg-owncloud-commits] [owncloud] 03/36: Add min-height to login page for IE8 and IE9

David Prévot taffit at moszumanska.debian.org
Tue Jun 23 23:12:20 UTC 2015


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

taffit pushed a commit to branch master
in repository owncloud.

commit c72de30ccb7999ec9be054b677fb5eff15ad10a2
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Wed Jun 3 10:22:57 2015 +0200

    Add min-height to login page for IE8 and IE9
---
 core/css/fixes.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/css/fixes.css b/core/css/fixes.css
index f1dc016..7966649 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -62,6 +62,7 @@ select {
 
 /* fix installation screen rendering issue for IE8+9 */
 .lte9 #body-login {
+	min-height: 100%;
 	height: auto !important;
 }
 

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