From b0c566703735f28a86cb44dd089c1760b9e44da4 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 1 Oct 2008 21:51:52 +0200 Subject: Try to fix checkboxes in media manager in FF3 This patch fixes the position of the option checkboxes in the mediamanager for Firefox 3. It might have broken them in other browsers. Please test everybody. darcs-hash:20081001195152-7ad00-31afd4b01294f0d83d90e5ecc337ede95f22c425.gz --- lib/tpl/default/media.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/tpl') diff --git a/lib/tpl/default/media.css b/lib/tpl/default/media.css index 81a439289..e1e05cd99 100644 --- a/lib/tpl/default/media.css +++ b/lib/tpl/default/media.css @@ -64,6 +64,8 @@ it's dirty, so any "real" fixes are welcome */ #media__opts input { float: left; + display: block; + margin-top: 4px; position: absolute; } *+html #media__opts input, @@ -74,7 +76,8 @@ it's dirty, so any "real" fixes are welcome */ #media__opts label { display: block; float: left; - margin-left: 30px; + margin-left: 20px; + margin-bottom: 4px; } *+html #media__opts label, * html #media__opts label { -- cgit v1.2.3