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

@@ -76,9 +76,7 @@ tr.image-size td {
}
tr.image-size div.image-size-item {
float: left;
width: 25%;
margin: 0;
margin: 0 0 5px;
}
#library-form .progress,
@@ -333,7 +331,7 @@ h4.media-sub-title {
}
#gallery-settings .align .field label {
margin: 0 1.5em 0 0;
margin: 0 1em 0 3px;
}
#gallery-settings p.ml-submit {