Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.css |
— | — | @@ -6,6 +6,10 @@ |
7 | 7 | padding: 0; |
8 | 8 | padding-right: 2px; |
9 | 9 | } |
| 10 | +body.rtl form#editform { |
| 11 | + padding-right: 0; |
| 12 | + padding-left: 2px; |
| 13 | +} |
10 | 14 | textarea#wpTextbox1 { |
11 | 15 | border: solid silver 1px; |
12 | 16 | padding: 0; |
— | — | @@ -71,6 +75,12 @@ |
72 | 76 | float: left; |
73 | 77 | color: #666666; |
74 | 78 | } |
| 79 | +div#edittoolbar div.sections > div.loading > div.progress { |
| 80 | + background-position: right center; |
| 81 | + padding-left: 0; |
| 82 | + padding-right: 32px; |
| 83 | + float: right; |
| 84 | +} |
75 | 85 | div#edittoolbar div.group > div.label { |
76 | 86 | float: left; |
77 | 87 | border: 0px; |
— | — | @@ -114,12 +124,19 @@ |
115 | 125 | height: 125px; |
116 | 126 | overflow: auto; |
117 | 127 | } |
| 128 | +body.rtl div#edittoolbar div.index { |
| 129 | + float: right; |
| 130 | +} |
118 | 131 | div#edittoolbar div.index > div { |
119 | 132 | padding: 4px; |
120 | 133 | padding-left: 6px; |
121 | 134 | cursor: pointer; |
122 | 135 | color: #0645ad; |
123 | 136 | } |
| 137 | +body.rtl div#edittoolbar div.index > div { |
| 138 | + padding-left: 4px; |
| 139 | + padding-right: 6px; |
| 140 | +} |
124 | 141 | div#edittoolbar div.index > div.current { |
125 | 142 | background-color: #FAFAFA; |
126 | 143 | color: #333333; |
— | — | @@ -135,6 +152,9 @@ |
136 | 153 | overflow: auto; |
137 | 154 | background-color: #FAFAFA; |
138 | 155 | } |
| 156 | +body.rtl div#edittoolbar div.pages { |
| 157 | + float: left; |
| 158 | +} |
139 | 159 | div#edittoolbar div.pages > div.page { |
140 | 160 | display: none; |
141 | 161 | } |
— | — | @@ -162,6 +182,10 @@ |
163 | 183 | padding: 5px; |
164 | 184 | margin: 0px; |
165 | 185 | } |
| 186 | +body.rtl div#edittoolbar div.pages > div.page > table th, |
| 187 | +body.rtl div#edittoolbar div.pages > div.page > table td { |
| 188 | + text-align: right; |
| 189 | +} |
166 | 190 | div#edittoolbar div.pages > div.page > table td.syntax { |
167 | 191 | font-family: monospace; |
168 | 192 | } |
— | — | @@ -185,17 +209,17 @@ |
186 | 210 | color: black; |
187 | 211 | text-decoration: none; |
188 | 212 | } |
189 | | -div#edittoolbar-section-characters div.page > div.rtl > a { |
| 213 | +body.rtl div#edittoolbar-section-characters div.page > div > a { |
190 | 214 | direction: rtl; |
191 | 215 | float: right; |
| 216 | + margin-left: 0; |
| 217 | + margin-right: 5px; |
192 | 218 | } |
193 | 219 | div#edittoolbar-section-characters div.page > div > a:hover { |
194 | 220 | background-color: white; |
195 | 221 | text-decoration: none; |
196 | 222 | border-color: #a8d7f9; |
197 | 223 | } |
198 | | -div#edittoolbar-section-characters div.page > div > div.character { |
199 | | -} |
200 | 224 | div#edittoolbar div.tabs > div.tab { |
201 | 225 | float: left; |
202 | 226 | line-height: 26px; |