Skip to content

Commit

Permalink
Media Grid: reduce the padding for .attachments.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
staylor committed Aug 7, 2014
1 parent 320ba69 commit 641da50
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions wp-includes/css/media-views-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,10 @@
margin: 0 0 0 10px;
}

.media-frame.mode-grid .attachments {
padding: 2px;
}

/**
* Copied styles from the Add theme toolbar.
*
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/css/media-views-rtl.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions wp-includes/css/media-views.css
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,10 @@
margin: 0 10px 0 0;
}

.media-frame.mode-grid .attachments {
padding: 2px;
}

/**
* Copied styles from the Add theme toolbar.
*
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/css/media-views.min.css

Large diffs are not rendered by default.

0 comments on commit 641da50

Please sign in to comment.