Media RTL fixes. props yoavf, fixes #12818.
git-svn-id: https://develop.svn.wordpress.org/trunk@14460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c2c58d26d8
commit
febbe5b9ea
File diff suppressed because one or more lines are too long
@ -195,8 +195,7 @@ td.available-theme {
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
/* Tables used on comment.php and option/setting pages */
|
/* Tables used on comment.php and option/setting pages */
|
||||||
.form-table th,
|
.form-table th {
|
||||||
#wpbody-content .describe th {
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.form-table input.tog {
|
.form-table input.tog {
|
||||||
@ -561,11 +560,66 @@ ol {
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Media library */
|
||||||
|
#wpbody-content .describe th {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.describe .media-item-info .A1B1 {
|
||||||
|
padding: 0 0 8px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.media-upload-form td label {
|
||||||
|
margin-left: 6px;
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.media-upload-form .align .field label {
|
.media-upload-form .align .field label {
|
||||||
padding: 0 22px 0 0;
|
padding: 0 22px 0 0;
|
||||||
margin: 0 0 0 1em;
|
margin: 0 0 0 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-upload-form tr.image-size label {
|
||||||
|
margin: 0 3px 0 0 ;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wpbody-content .describe p.help {
|
||||||
|
padding: 0 5px 0 0 ;
|
||||||
|
}
|
||||||
|
|
||||||
|
.describe-toggle-on,
|
||||||
|
.describe-toggle-off {
|
||||||
|
float: left;
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.media-item .pinkynail {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.crunching {
|
||||||
|
text-align: left;
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.dismiss {
|
||||||
|
right: auto;
|
||||||
|
left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.file-error {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bar {
|
||||||
|
border-left-width: 3px;
|
||||||
|
border-left-style: solid;
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* TinyMCE
|
/* TinyMCE
|
||||||
=================================== */
|
=================================== */
|
||||||
.clearlooks2 .mceTop .mceLeft {
|
.clearlooks2 .mceTop .mceLeft {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user