From 2703e5ad9ca4a1fde30d244b204061d9bf0ec891 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Wed, 7 Jun 2006 23:14:56 +0200 Subject: mediamanager style fixes for IE darcs-hash:20060607211456-d5083-2f50c401d05e4dfe5844e41dd28e0634ad948909.gz --- lib/tpl/default/media.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'lib/tpl') diff --git a/lib/tpl/default/media.css b/lib/tpl/default/media.css index 4606cae45..10a5780c3 100644 --- a/lib/tpl/default/media.css +++ b/lib/tpl/default/media.css @@ -18,7 +18,7 @@ } #media__right { - width: 69.8%; + width: 69.7%; height: 100%; overflow: auto; @@ -49,6 +49,10 @@ list-style-type: none; list-style-image: none; } +* html #media__tree li { + border: 1px solid __white__; +}/* I don't understand this, but this fixes a style bug in IE; +it's dirty, so any "real" fixes are welcome */ /* --- options --- */ @@ -61,12 +65,18 @@ float: left; position: absolute; } +* html #media__opts input { + position: static; +} #media__opts label { display: block; float: left; margin-left: 30px; } +* html #media__opts label { + margin-left: 10px; +} #media__opts br { clear: left; -- cgit v1.2.3