diff options
author | Anika Henke <anika@selfthinker.org> | 2011-09-25 22:14:51 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-09-25 22:15:06 +0100 |
commit | d7a1eb30d5212b37c852debf8de6818c18bd407e (patch) | |
tree | 61f28108e190b2145a49a5128996c7891fcf586a | |
parent | edf35c4242c97d4f25032f5c295f5a8e60e83c15 (diff) | |
download | rpg-d7a1eb30d5212b37c852debf8de6818c18bd407e.tar.gz rpg-d7a1eb30d5212b37c852debf8de6818c18bd407e.tar.bz2 |
media manager: adjusted file uploader styles in media popup to recent changes
-rw-r--r-- | lib/tpl/default/_fileuploader.css | 5 | ||||
-rw-r--r-- | lib/tpl/default/media.css | 3 |
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; |