RTL fixes and improvements: add-media, image-editor, the spinners, the featured image button, some css cleanup, props ocean90, maor, SergeyBiryukov, ramiy, see #22453

git-svn-id: https://develop.svn.wordpress.org/trunk@22640 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-11-18 16:19:37 +00:00
parent 176f7c4483
commit 805c464c27
3 changed files with 111 additions and 39 deletions
+14
View File
@@ -970,6 +970,10 @@
padding: 0 10px 0 0;
}
.rtl .wp-editor-tools {
padding: 0 0 0 10px;
}
.wp-editor-container {
border-width: 1px;
border-style: solid;
@@ -1047,10 +1051,20 @@ html[dir="rtl"] .wp-switch-editor {
margin-right: 5px;
}
.rtl .wp-media-buttons .button {
margin-right: 0;
margin-left: 5px;
}
.wp-media-buttons .insert-media {
padding-left: 0.4em;
}
.rtl .wp-media-buttons .insert-media {
padding-left: 10px;
padding-right: 0.4em;
}
.wp-media-buttons a {
text-decoration: none;
color: #464646;