From d7a1eb30d5212b37c852debf8de6818c18bd407e Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 25 Sep 2011 22:14:51 +0100 Subject: media manager: adjusted file uploader styles in media popup to recent changes --- lib/tpl/default/_fileuploader.css | 5 +++++ lib/tpl/default/media.css | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/tpl') diff --git a/lib/tpl/default/_fileuploader.css b/lib/tpl/default/_fileuploader.css index 458267be0..d06bfd519 100644 --- a/lib/tpl/default/_fileuploader.css +++ b/lib/tpl/default/_fileuploader.css @@ -62,6 +62,11 @@ /* list of files to upload */ +div.qq-uploader ul { + margin: 0; + list-style: none; +} + .qq-uploader li { margin-bottom: 5px; color: __text__; diff --git a/lib/tpl/default/media.css b/lib/tpl/default/media.css index b325a1ef6..37369fe2f 100644 --- a/lib/tpl/default/media.css +++ b/lib/tpl/default/media.css @@ -145,8 +145,7 @@ it's dirty, so any "real" fixes are welcome */ padding: 0 0.5em 0.5em 0.5em; } -#media__content form#dw__upload, -#media__content div#dw__flashupload { +#media__content #mediamanager__uploader { display: block; border-bottom: solid 1px __border__; padding: 0 0.5em 1em 0.5em; -- cgit v1.2.3