Ticket #22453: 20469.add-media.diff
File 20469.add-media.diff, 723 bytes (added by , 12 years ago) |
---|
-
wp-includes/css/editor.css
970 970 padding: 0 10px 0 0; 971 971 } 972 972 973 .rtl .wp-editor-tools { 974 padding: 0 0 0 10px; 975 } 976 973 977 .wp-editor-container { 974 978 border-width: 1px; 975 979 border-style: solid; … … 1047 1051 margin-right: 5px; 1048 1052 } 1049 1053 1054 .rtl .wp-media-buttons .button { 1055 margin-right: 0; 1056 margin-left: 5px; 1057 } 1058 1050 1059 .wp-media-buttons .insert-media { 1051 1060 padding-left: 0.4em; 1052 1061 } 1053 1062 1063 .rtl .wp-media-buttons .insert-media { 1064 padding-left: 10px; 1065 padding-right: 0.4em; 1066 } 1067 1054 1068 .wp-media-buttons a { 1055 1069 text-decoration: none; 1056 1070 color: #464646;