Improve handling of plupload init and add a filter, stop including cookies in the init (not needed with plupload), see #18206

git-svn-id: https://develop.svn.wordpress.org/trunk@18674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-15 05:30:58 +00:00
parent aea659a859
commit d20435eb03
13 changed files with 158 additions and 163 deletions

View File

@@ -157,14 +157,9 @@ abbr.required {
font-weight: normal;
}
#media-upload tr.image-size td.field {
text-align: center;
}
#media-upload #media-items {
border-width: 1px;
border-style: solid;
border-bottom: none;
border-bottom-width: 1px;
border-bottom-style: solid;
width: 623px;
}
@@ -173,8 +168,8 @@ abbr.required {
}
#media-upload .media-item {
border-bottom-width: 1px;
border-bottom-style: solid;
border-style: solid solid none;
border-width: 1px 1px 0;
min-height: 36px;
width: 100%;
}
@@ -195,21 +190,12 @@ abbr.required {
cursor: default;
}
#media-upload .slidetoggle {
border-top-width: 1px;
border-top-style: solid;
}
#media-upload .describe th.label {
padding-top: .2em;
text-align: left;
min-width: 120px;
}
#media-upload tr.align td.field {
text-align: center;
}
#media-upload tr.image-size {
margin-bottom: 1em;
height: 3em;