Media modal: fix reordering of the thumbnails while creating or editing a gallery, props avryl, fixes #29606 for trunk.

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


git-svn-id: http://core.svn.wordpress.org/trunk@29633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-10-11 23:24:23 +00:00
parent 20cfcbf86d
commit 7f2f3dcb5d
6 changed files with 15 additions and 19 deletions

View File

@@ -1426,18 +1426,18 @@
}
.media-selection .attachment {
width: 48px;
width: 40px;
padding: 0;
margin: 0;
margin: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.media-selection .attachment .thumbnail {
top: 4px;
left: 4px;
bottom: 4px;
right: 4px;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.media-selection .attachment .icon {

File diff suppressed because one or more lines are too long

View File

@@ -1426,18 +1426,18 @@
}
.media-selection .attachment {
width: 48px;
width: 40px;
padding: 0;
margin: 0;
margin: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.media-selection .attachment .thumbnail {
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.media-selection .attachment .icon {

File diff suppressed because one or more lines are too long