mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 14:14:36 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user