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:
Andrew Nacin
2011-01-11 18:17:53 +00:00
parent 634763c218
commit 372caaea9d
3 changed files with 15 additions and 11 deletions

View File

@@ -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;