Customizer: Fix header image cropping when working with huge images. Affected Firefox in particular.

props ehg.
fixes #27790.

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


git-svn-id: http://core.svn.wordpress.org/trunk@27932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-04-13 18:20:14 +00:00
parent 33515194a0
commit 24e51a625d
4 changed files with 10 additions and 2 deletions

View File

@ -609,6 +609,10 @@
margin-left: 20px; margin-left: 20px;
} }
.media-frame-content .crop-content {
height: 100%;
}
.media-frame-content .crop-content .crop-image { .media-frame-content .crop-content .crop-image {
display: block; display: block;
margin: auto; margin: auto;

File diff suppressed because one or more lines are too long

View File

@ -609,6 +609,10 @@
margin-right: 20px; margin-right: 20px;
} }
.media-frame-content .crop-content {
height: 100%;
}
.media-frame-content .crop-content .crop-image { .media-frame-content .crop-content .crop-image {
display: block; display: block;
margin: auto; margin: auto;

File diff suppressed because one or more lines are too long