Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-05-27 17:40:27 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-05-27 17:40:27 +0300
commitd5d3cbd50d4effd280d3a7a4ee1c3cafca1ac9c8 (patch)
tree1c7163e133f0ffb4ef66341eee234c1fab1e47ef /core
parente1492d9e0bcac1217102282e4b9742207b3325d7 (diff)
parentbb79a6b4f0a94e82c723b90d193a4391f725fb23 (diff)
Merge pull request #16416 from owncloud/stable8-16415
[stable8] fix theme in IE8 and IE9
Diffstat (limited to 'core')
-rw-r--r--core/css/fixes.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 0f1584c623f..c1f8eb76cf2 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -60,11 +60,6 @@ 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;