Media Grid: Fix missing padding in RTL in Attachment Details modal.

see #28980.
Built from https://develop.svn.wordpress.org/trunk@29265


git-svn-id: http://core.svn.wordpress.org/trunk@29048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-07-22 03:18:15 +00:00
parent 809baf442b
commit fcb1687039
4 changed files with 4 additions and 2 deletions

View File

@ -2873,6 +2873,7 @@ video#inline-media-node {
.edit-attachment-frame .attachment-info .settings {
overflow: hidden;
float: none;
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;

File diff suppressed because one or more lines are too long

View File

@ -2873,6 +2873,7 @@ video#inline-media-node {
.edit-attachment-frame .attachment-info .settings {
overflow: hidden;
float: none;
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;

File diff suppressed because one or more lines are too long