mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 13:44:30 +00:00
Add the styling for "drop area" to Media->Add New, see #18206
git-svn-id: https://develop.svn.wordpress.org/trunk@18703 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3756,10 +3756,6 @@ abbr.required {
|
||||
14.1 - Media Uploader
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
div.plupload input {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.find-box {
|
||||
width: 500px;
|
||||
height: 300px;
|
||||
@@ -3848,14 +3844,25 @@ form.upgrade .hint {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
br.clear {
|
||||
height: 2px;
|
||||
line-height: 2px;
|
||||
.drag-drop #drag-drop-area {
|
||||
border: 4px dashed #DDDDDD;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.swfupload {
|
||||
margin: 5px 10px;
|
||||
vertical-align: middle;
|
||||
.drag-drop .drag-drop-inside {
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
.drag-drop .drag-drop-inside p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dragdrop-info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.drag-drop .dragdrop-info {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user