diff options
author | plegall <plg@piwigo.org> | 2014-05-28 09:33:17 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-05-28 09:33:17 +0000 |
commit | 682148e9179d52bfc3d85a75f3e6be5bdc3c7c51 (patch) | |
tree | f19e6294c8c91aa78265eedd7f21c784264a2bb6 /admin/themes/default/theme.css | |
parent | be60fee094e10fab1bee10c90665a9c3e37062ab (diff) |
feature 2616, customizations for plupload
* bug fixed, remove debug inserts in table "plupload"
* display photo title as tooltip on thumbnail
* hide useless .plupload_header
* hide any other form fieldset until an album is selected
git-svn-id: http://piwigo.org/svn/trunk@28552 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 88928807f..65d26f6a2 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -983,6 +983,11 @@ LEGEND { #order_filters .order_by_is_custom {display:block;font-weight:normal;font-style:italic;margin-left:20px;} /* Upload Form */ +.plupload_header {display:none;} +#uploadForm .plupload_container {padding:0} +#uploadForm .plupload_scroll .plupload_filelist {height:250px;} +#uploadForm li.plupload_droptext {line-height:230px;font-size:2em;} + #uploadBoxes .file {margin-bottom:5px;text-align:left;} #uploadBoxes {margin-top:20px;} #addUploadBox {margin-bottom:2em;} |