mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Media: Better padding for attachment items.
props avryl. fixes #29085. git-svn-id: https://develop.svn.wordpress.org/trunk@29687 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -513,11 +513,6 @@ border color while dragging a file over the uploader drop area */
|
||||
border: 4px dashed #bbb;
|
||||
}
|
||||
|
||||
.media-frame.mode-grid .attachments,
|
||||
.media-frame.mode-select .attachments {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.media-frame.mode-select .attachments-browser.fixed .attachments {
|
||||
position: relative;
|
||||
top: 94px; /* prevent jumping up when the toolbar becomes fixed */
|
||||
@@ -606,6 +601,10 @@ border color while dragging a file over the uploader drop area */
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.media-frame.mode-grid .attachments-browser .attachments {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.media-frame.mode-grid .attachments-browser .no-media {
|
||||
color: #999;
|
||||
font-size: 18px;
|
||||
|
||||
Reference in New Issue
Block a user