mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Media: Add instructions to drag and drop to reorder images on gallery and batch edit pages.
Removes search boxes from these pages as well. see #21390. git-svn-id: https://develop.svn.wordpress.org/trunk@22529 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -277,6 +277,10 @@
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.media-toolbar-secondary .search {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Attachments
|
||||
*/
|
||||
@@ -496,6 +500,14 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.attachments-browser .instructions {
|
||||
display: inline-block;
|
||||
margin-top: 16px;
|
||||
line-height: 18px;
|
||||
font-size: 13px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Progress Bar
|
||||
|
||||
Reference in New Issue
Block a user