Fix the uploader popup in DWF, reduce the height of the drop area, see #17144

git-svn-id: https://develop.svn.wordpress.org/trunk@18778 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-26 19:23:43 +00:00
parent f8f9a7c6d7
commit 3009977ccd
5 changed files with 13 additions and 7 deletions

View File

@@ -3735,11 +3735,11 @@ form.upgrade .hint {
.drag-drop #drag-drop-area {
border: 4px dashed #DDDDDD;
height: 300px;
height: 200px;
}
.drag-drop .drag-drop-inside {
padding-top: 100px;
padding-top: 50px;
}
.drag-drop .drag-drop-inside p {