Media Grid: reduce the padding for .attachments.

Props ocean90, ryelle.
Fixes #29085.


git-svn-id: https://develop.svn.wordpress.org/trunk@29425 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-08-07 03:03:28 +00:00
parent 277d5a633e
commit 310a57d799

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.
*