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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-09-26 19:23:43 +00:00
parent 59cb3c0ddd
commit 5ca2255bba
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 {