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

David Prévot taffit at moszumanska.debian.org
Wed Jun 10 13:27:42 UTC 2015


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

taffit pushed a commit to annotated tag v8.0.4
in repository owncloud.

commit e56fb7e368a71a29436c2eae3c22040eb2fd00b7
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 0f1584c..e708afa 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