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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user