summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-09-25 22:14:51 +0100
committerAnika Henke <anika@selfthinker.org>2011-09-25 22:15:06 +0100
commitd7a1eb30d5212b37c852debf8de6818c18bd407e (patch)
tree61f28108e190b2145a49a5128996c7891fcf586a /lib
parentedf35c4242c97d4f25032f5c295f5a8e60e83c15 (diff)
downloadrpg-d7a1eb30d5212b37c852debf8de6818c18bd407e.tar.gz
rpg-d7a1eb30d5212b37c852debf8de6818c18bd407e.tar.bz2
media manager: adjusted file uploader styles in media popup to recent changes
Diffstat (limited to 'lib')
-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;