Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -104,12 +104,9 @@ |
105 | 105 | /** |
106 | 106 | * Forms |
107 | 107 | */ |
108 | | -body.ltr td.mw-label { text-align: right; } |
109 | | -body.ltr td.mw-input { text-align: left; } |
110 | | -body.ltr td.mw-submit { text-align: left; } |
111 | | -body.rtl td.mw-label { text-align: left; } |
112 | | -body.rtl td.mw-input { text-align: right; } |
113 | | -body.rtl td.mw-submit { text-align: right; } |
| 108 | +td.mw-label { text-align: right; } |
| 109 | +td.mw-input { text-align: left; } |
| 110 | +td.mw-submit { text-align: left; } |
114 | 111 | |
115 | 112 | td.mw-label { vertical-align: top; } |
116 | 113 | .prefsection td.mw-label { width: 20%; } |
— | — | @@ -131,12 +128,9 @@ |
132 | 129 | /** |
133 | 130 | * Image captions |
134 | 131 | */ |
135 | | -body.rtl .thumbcaption { text-align: right; } |
136 | | -body.rtl .magnify { float: left; } |
| 132 | +.thumbcaption { text-align: right; } |
| 133 | +.magnify { float: left; } |
137 | 134 | |
138 | | -body.ltr .thumbcaption { text-align: left; } |
139 | | -body.ltr .magnify { float: right; } |
140 | | - |
141 | 135 | /** |
142 | 136 | * Hidden categories |
143 | 137 | */ |
— | — | @@ -193,9 +187,6 @@ |
194 | 188 | float: left; |
195 | 189 | padding-left: 0.25em; |
196 | 190 | } |
197 | | -.rtl .mw-search-formheader div.search-types { |
198 | | - float: right; |
199 | | -} |
200 | 191 | .mw-search-formheader div.search-types ul { |
201 | 192 | margin: 0 !important; |
202 | 193 | padding: 0 !important; |
— | — | @@ -251,15 +242,9 @@ |
252 | 243 | margin: 0; |
253 | 244 | float: left; |
254 | 245 | } |
255 | | -.rtl fieldset#mw-searchoptions h4 { |
256 | | - float: right; |
257 | | -} |
258 | 246 | fieldset#mw-searchoptions div#mw-search-togglebox { |
259 | 247 | float: right; |
260 | 248 | } |
261 | | -.rtl fieldset#mw-searchoptions div#mw-search-togglebox { |
262 | | - float: left; |
263 | | -} |
264 | 249 | |
265 | 250 | fieldset#mw-searchoptions div#mw-search-togglebox label { |
266 | 251 | margin-right: 0.25em; |
— | — | @@ -274,15 +259,6 @@ |
275 | 260 | fieldset#mw-searchoptions table td { |
276 | 261 | padding-right: 1em; |
277 | 262 | } |
278 | | -.rtl fieldset#mw-searchoptions table td { |
279 | | - padding-left: 1em; |
280 | | - padding-right: 0; |
281 | | -} |
282 | | -body.rtl fieldset#mw-searchoptions table { |
283 | | - margin-right: 0; |
284 | | - margin-left: 3em; |
285 | | - float: right; |
286 | | -} |
287 | 263 | fieldset#mw-searchoptions div.divider { |
288 | 264 | clear: both; |
289 | 265 | border-bottom: 1px solid #DDDDDD; |
— | — | @@ -304,10 +280,6 @@ |
305 | 281 | margin-top: 2ex; |
306 | 282 | } |
307 | 283 | |
308 | | -.rtl div#mw-search-interwiki { |
309 | | - float: left; |
310 | | -} |
311 | | - |
312 | 284 | div#mw-search-interwiki li { |
313 | 285 | font-size: 95%; |
314 | 286 | } |
— | — | @@ -317,10 +289,6 @@ |
318 | 290 | font-size: 90%; |
319 | 291 | } |
320 | 292 | |
321 | | -.rtl .mw-search-interwiki-more { |
322 | | - float: left; |
323 | | -} |
324 | | - |
325 | 293 | div#mw-search-interwiki-caption { |
326 | 294 | text-align: center; |
327 | 295 | font-weight: bold; |
— | — | @@ -338,10 +306,6 @@ |
339 | 307 | border-top: 1px solid #BBBBBB; |
340 | 308 | } |
341 | 309 | |
342 | | -.rtl .mw-search-interwiki-project { |
343 | | - text-align: right; |
344 | | -} |
345 | | - |
346 | 310 | span.searchalttitle { |
347 | 311 | font-size: 95%; |
348 | 312 | } |