diff options
author | Anika Henke <a.c.henke@arcor.de> | 2008-01-19 00:58:11 +0100 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2008-01-19 00:58:11 +0100 |
commit | 96cda5bf14b9eeeb072a6446a684055a0b58e895 (patch) | |
tree | 23e9eb114746b599d49eb584205333081585e453 /lib | |
parent | 63dd0d5823c2f4374954eeeff5fb17cc1cf68a29 (diff) | |
download | rpg-96cda5bf14b9eeeb072a6446a684055a0b58e895.tar.gz rpg-96cda5bf14b9eeeb072a6446a684055a0b58e895.tar.bz2 |
mediamanager style fixes for ie7
darcs-hash:20080118235811-d5083-ade0047bf7d9f07e8ec8581c7977686ab10f370d.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/media.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |