From 96cda5bf14b9eeeb072a6446a684055a0b58e895 Mon Sep 17 00:00:00 2001
From: Anika Henke <a.c.henke@arcor.de>
Date: Sat, 19 Jan 2008 00:58:11 +0100
Subject: [PATCH] mediamanager style fixes for ie7

darcs-hash:20080118235811-d5083-ade0047bf7d9f07e8ec8581c7977686ab10f370d.gz
---
 lib/tpl/default/media.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/tpl/default/media.css b/lib/tpl/default/media.css
index 865e20400..143595ba1 100644
--- a/lib/tpl/default/media.css
+++ b/lib/tpl/default/media.css
@@ -49,6 +49,7 @@
     list-style-type: none;
     list-style-image: none;
 }
+*+html #media__tree li,
 * html #media__tree li {
     border: 1px solid __background__;
 }/* I don't understand this, but this fixes a style bug in IE;
@@ -65,6 +66,7 @@ it's dirty, so any "real" fixes are welcome */
     float: left;
     position: absolute;
 }
+*+html #media__opts input,
 * html #media__opts input {
     position: static;
 }
@@ -74,6 +76,7 @@ it's dirty, so any "real" fixes are welcome */
     float: left;
     margin-left: 30px;
 }
+*+html #media__opts label,
 * html #media__opts label {
     margin-left: 10px;
 }
-- 
GitLab