mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
RTL fixes. props yoavf, SergeyBiryukov, fixes #16160.
git-svn-id: https://develop.svn.wordpress.org/trunk@17247 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -632,6 +632,14 @@ ol {
|
||||
padding: 0 5px 0 0 ;
|
||||
}
|
||||
|
||||
.media-item .error-div a.dismiss,
|
||||
.describe-toggle-on,
|
||||
.describe-toggle-off {
|
||||
float: left;
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.describe-toggle-on,
|
||||
.describe-toggle-off {
|
||||
float: left;
|
||||
@@ -639,6 +647,11 @@ ol {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.media-item .error-div {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.media-item .pinkynail {
|
||||
float: right;
|
||||
}
|
||||
@@ -649,15 +662,6 @@ ol {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
button.dismiss {
|
||||
right: auto;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.file-error {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.bar {
|
||||
border-left-width: 3px;
|
||||
border-left-style: solid;
|
||||
|
||||
Reference in New Issue
Block a user