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

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:21 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit 49d618671486ec7084ff2cc3ff1ef1e6b7fe49d4
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 b274454..7ef44ba 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -66,6 +66,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