Add header image uploads with cropping to the customizer.

props mcsf, ehg, gcorne.
see #21785.

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


git-svn-id: http://core.svn.wordpress.org/trunk@27339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2014-03-11 04:13:16 +00:00
parent 45bc43515c
commit a589d9d757
20 changed files with 1737 additions and 175 deletions

View File

@@ -602,6 +602,19 @@
margin: 0;
}
.media-frame-title .suggested-dimensions {
font-size: 14px;
float: left;
margin-left: 20px;
}
.media-frame-content .crop-content {
display: block;
margin: auto;
max-width: 100%;
max-height: 100%;
}
/**
* Iframes
*/

File diff suppressed because one or more lines are too long

View File

@@ -602,6 +602,19 @@
margin: 0;
}
.media-frame-title .suggested-dimensions {
font-size: 14px;
float: right;
margin-right: 20px;
}
.media-frame-content .crop-content {
display: block;
margin: auto;
max-width: 100%;
max-height: 100%;
}
/**
* Iframes
*/

File diff suppressed because one or more lines are too long