[Pkg-owncloud-commits] [owncloud] 270/457: Revert "fix theme in IE8 and IE9"
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:06:20 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 99c6f96c694886674ef461fc7eba4928b4e777d1
Author: Morris Jobke <hey at morrisjobke.de>
Date: Wed Jun 3 10:20:29 2015 +0200
Revert "fix theme in IE8 and IE9"
This reverts commit a4c9688711977376f9d8ad7bf94a1e92d964cd7b.
---
core/css/fixes.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 894d9bc..b274454 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -64,6 +64,11 @@ select {
visibility: hidden;
}
+/* fix installation screen rendering issue for IE8+9 */
+.lte9 #body-login {
+ height: auto !important;
+}
+
/* oc-dialog only uses box shadow which is not supported by ie8 */
.ie8 .oc-dialog {
border: 1px solid #888888;
--
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