Remove some unnecessary empty space in the media library grid view. props adamsilverstein. see #24716.

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


git-svn-id: http://core.svn.wordpress.org/trunk@28805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-07-07 20:30:16 +00:00
parent ea46c7423a
commit d7abad48e0
4 changed files with 4 additions and 2 deletions

View File

@ -1082,6 +1082,7 @@ video#inline-media-node {
.attachments-browser.hide-sidebar .attachments {
left: 0;
margin-left: 0;
}
.attachments-browser .instructions {

File diff suppressed because one or more lines are too long

View File

@ -1082,6 +1082,7 @@ video#inline-media-node {
.attachments-browser.hide-sidebar .attachments {
right: 0;
margin-right: 0;
}
.attachments-browser .instructions {

File diff suppressed because one or more lines are too long