Media Grid: reduce the padding for .attachments.

Props ocean90, ryelle.
Fixes #29085.

Built from https://develop.svn.wordpress.org/trunk@29425


git-svn-id: http://core.svn.wordpress.org/trunk@29203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-08-07 03:04:16 +00:00
parent 320ba69cf7
commit 641da503ac
4 changed files with 10 additions and 2 deletions

View File

@ -2597,6 +2597,10 @@
margin: 0 0 0 10px;
}
.media-frame.mode-grid .attachments {
padding: 2px;
}
/**
* Copied styles from the Add theme toolbar.
*

File diff suppressed because one or more lines are too long

View File

@ -2597,6 +2597,10 @@
margin: 0 10px 0 0;
}
.media-frame.mode-grid .attachments {
padding: 2px;
}
/**
* Copied styles from the Add theme toolbar.
*

File diff suppressed because one or more lines are too long