mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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