mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 08:34:35 +00:00
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:
@@ -3708,6 +3708,10 @@ abbr.required {
|
||||
width: 670px;
|
||||
}
|
||||
|
||||
#wpbody-content #media-items:empty {
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
#wpbody-content #media-items .filename {
|
||||
line-height: 36px;
|
||||
overflow: hidden;
|
||||
@@ -7622,71 +7626,72 @@ a.widget-control-edit {
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
/* categories */
|
||||
#col-left{
|
||||
width: 100%;
|
||||
#col-left {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#col-right{
|
||||
width: 100%;
|
||||
#col-right {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 769px) {
|
||||
/* categories */
|
||||
#col-left{
|
||||
width: 25%;
|
||||
#col-left {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#col-right{
|
||||
width: 75%;
|
||||
#col-right {
|
||||
width: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 860px) {
|
||||
|
||||
/* categories */
|
||||
#col-left{
|
||||
width: 25%;
|
||||
#col-left {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#col-right{
|
||||
width: 75%;
|
||||
#col-right {
|
||||
width: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 980px) {
|
||||
|
||||
/* categories */
|
||||
#col-left{
|
||||
width: 25%;
|
||||
#col-left {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#col-right{
|
||||
width: 75%;
|
||||
#col-right {
|
||||
width: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
/* categories */
|
||||
#col-left{
|
||||
width: 100%;
|
||||
#col-left {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#col-right{
|
||||
width: 100%;
|
||||
#col-right {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form-field input, .form-field textarea{
|
||||
width: 99%;
|
||||
.form-field input,
|
||||
.form-field textarea {
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
.form-wrap .form-field{
|
||||
padding:0;
|
||||
.form-wrap .form-field {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
/* users */
|
||||
#profile-page .form-table textarea{
|
||||
max-width: 400px;
|
||||
width: auto;
|
||||
#profile-page .form-table textarea {
|
||||
max-width: 400px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user