mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 13:44:30 +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:
@@ -3575,13 +3575,13 @@ p.popular-tags a {
|
||||
|
||||
.media-upload-form .align .field label {
|
||||
display: inline;
|
||||
padding: 0 0 0 22px;
|
||||
margin: 0 1em 0 0;
|
||||
padding: 0 0 0 23px;
|
||||
margin: 0 1em 0 3px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.media-upload-form tr.image-size label {
|
||||
margin: 0 0 0 3px;
|
||||
margin: 0 0 0 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user