mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user