[Pkg-owncloud-commits] [owncloud] 01/04: Revert "fix theme in IE8 and IE9"
David Prévot
taffit at moszumanska.debian.org
Wed Jun 10 13:27:41 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 1854c7f5903c55a846d4e80591f348011c0b133f
Author: Morris Jobke <hey at morrisjobke.de>
Date: Wed Jun 3 10:39:00 2015 +0200
Revert "fix theme in IE8 and IE9"
This reverts commit bb79a6b4f0a94e82c723b90d193a4391f725fb23.
---
core/css/fixes.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/core/css/fixes.css b/core/css/fixes.css
index c1f8eb7..0f1584c 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -60,6 +60,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