summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/tpl/default/_fileuploader.css5
-rw-r--r--lib/tpl/default/media.css3
2 files changed, 6 insertions, 2 deletions
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;