diff options
author | Kate Arzamastseva <pshns@ukr.net> | 2011-08-19 20:56:43 +0300 |
---|---|---|
committer | Kate Arzamastseva <pshns@ukr.net> | 2011-08-19 20:56:43 +0300 |
commit | c472bad9de398442c30ec1410d07284f0db8b821 (patch) | |
tree | 263c0f5e952007b82079cd0ef76111a22ab3b7a8 /lib/tpl/default | |
parent | d06c626c5f4a79cb833facf40bff089af2fcaa18 (diff) | |
download | rpg-c472bad9de398442c30ec1410d07284f0db8b821.tar.gz rpg-c472bad9de398442c30ec1410d07284f0db8b821.tar.bz2 |
issue #44 new uploader in the media popup
Diffstat (limited to 'lib/tpl/default')
-rw-r--r-- | lib/tpl/default/_fileuploader.css | 32 | ||||
-rw-r--r-- | lib/tpl/default/media.css | 5 | ||||
-rw-r--r-- | lib/tpl/default/mediamanager.css | 7 |
3 files changed, 28 insertions, 16 deletions
diff --git a/lib/tpl/default/_fileuploader.css b/lib/tpl/default/_fileuploader.css index e87ba94db..0e53f8187 100644 --- a/lib/tpl/default/_fileuploader.css +++ b/lib/tpl/default/_fileuploader.css @@ -4,20 +4,18 @@ } .qq-upload-button { - display: block; - width: 115px; - padding: 7px 0; - text-align: center; - background: __background_alt__; + display: inline-block; border: 1px solid __border__; - color: __extern__; - font-weight: bold; + color: __text__; + background-color: __background__; + vertical-align: middle; + text-decoration: none; + font-size: 100%; + cursor: pointer; + margin: 1px; margin-bottom: 5px; -} - -.qq-upload-button-hover { - background: __border__; - color: __background__; + padding: 0.125em 0.4em; + background: __background__ url(images/buttonshadow.png) repeat-x bottom; } .qq-upload-button-focus { @@ -42,11 +40,11 @@ top: 50%; width:100%; margin-top:-8px; - font-size:16px; + font-size: 120%; } .qq-upload-drop-area-active { - background: #DADADA; + background: __background_alt__; } .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text { @@ -62,7 +60,7 @@ } .qq-upload-size,.qq-upload-cancel { - font-size:11px; + font-size: 85%; } .qq-upload-failed-text { @@ -97,4 +95,8 @@ .qq-uploader #mediamanager__upload_button { margin-top: -5px; margin-bottom: 10px; +} + +.qq-uploader div.li { + margin-bottom: 5px; }
\ No newline at end of file diff --git a/lib/tpl/default/media.css b/lib/tpl/default/media.css index 7b558a80b..b325a1ef6 100644 --- a/lib/tpl/default/media.css +++ b/lib/tpl/default/media.css @@ -151,6 +151,11 @@ it's dirty, so any "real" fixes are welcome */ border-bottom: solid 1px __border__; padding: 0 0.5em 1em 0.5em; } + +#media__content form#dw__upload { + border-bottom: 0; +} + #media__content form#dw__upload fieldset { padding: 0; margin: 0; diff --git a/lib/tpl/default/mediamanager.css b/lib/tpl/default/mediamanager.css index f6ad721e0..ad371ee3d 100644 --- a/lib/tpl/default/mediamanager.css +++ b/lib/tpl/default/mediamanager.css @@ -289,6 +289,11 @@ padding-bottom: 0.5em; } +#media__content #mediamanager__uploader { + border-bottom: 1px solid #8CACBB; + padding-bottom: 0.5em; +} + /* File preview */ .mediamanager__preview, @@ -318,7 +323,7 @@ form.meta textarea.edit { } #mediamanager__details #page__revisions ul li div.li div { - font-size: 12px; + font-size: 90%; color: __text_neu__; padding-left: 18px; } |