Add filter so the users can select custom image sizes added by themes and plugins, props alexkingorg, fixes #18520

git-svn-id: https://develop.svn.wordpress.org/trunk@18802 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-28 17:27:48 +00:00
parent 412422f15c
commit bbd210992d
10 changed files with 19 additions and 24 deletions

View File

@@ -935,12 +935,12 @@ span.description,
}
.media-upload-form .align .field label {
padding: 0 22px 0 0;
margin: 0 0 0 1em;
padding: 0 23px 0 0;
margin: 0 3px 0 1em;
}
.media-upload-form tr.image-size label {
margin: 0 3px 0 0;
margin: 0 5px 0 0;
}
#wpbody-content .describe p.help {