Index: trunk/extensions/WikiEditor/modules/images/toolbar/arrow-right.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/WikiEditor/modules/images/toolbar/arrow-left.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/WikiEditor/modules/images/toolbar/arrow-rtl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/WikiEditor/modules/images/toolbar/arrow-rtl.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + image/png |
Index: trunk/extensions/WikiEditor/modules/images/toolbar/arrow-ltr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/WikiEditor/modules/images/toolbar/arrow-ltr.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + image/png |
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.css |
— | — | @@ -13,9 +13,6 @@ |
14 | 14 | clear: both; |
15 | 15 | height: 0; |
16 | 16 | } |
17 | | -body.rtl .wikiEditor-ui-toolbar .sections { |
18 | | - float: right; |
19 | | -} |
20 | 17 | .wikiEditor-ui-toolbar .sections .section { |
21 | 18 | display: none; |
22 | 19 | float: left; |
— | — | @@ -29,15 +26,13 @@ |
30 | 27 | background-position: left top; |
31 | 28 | background-repeat: repeat-x; |
32 | 29 | } |
33 | | -body.rtl .wikiEditor-ui-toolbar .sections .section { |
34 | | - float: right; |
35 | | -} |
36 | 30 | /* Gets overridden when the section div is in class loading - see below */ |
37 | 31 | .wikiEditor-ui-toolbar .sections div .spinner { |
38 | 32 | display: none; |
39 | 33 | } |
40 | 34 | .wikiEditor-ui-toolbar .sections .loading .spinner { |
41 | 35 | display: block; |
| 36 | + float: left; |
42 | 37 | /* @embed */ |
43 | 38 | background-image: url(images/toolbar/loading.gif); |
44 | 39 | background-position: left center; |
— | — | @@ -45,17 +40,8 @@ |
46 | 41 | padding-left: 32px; |
47 | 42 | margin-left: 0.5em; |
48 | 43 | height: 32px; |
49 | | - float: left; |
50 | 44 | color: #666666; |
51 | 45 | } |
52 | | -body.rtl .wikiEditor-ui-toolbar .sections .loading .spinner { |
53 | | - background-position: right center; |
54 | | - padding-left: 0; |
55 | | - padding-right: 32px; |
56 | | - margin-left: 0; |
57 | | - margin-right: 0.5em; |
58 | | - float: right; |
59 | | -} |
60 | 46 | /* Top Level Containers */ |
61 | 47 | .wikiEditor-ui-toolbar .tabs, |
62 | 48 | .wikiEditor-ui-toolbar .section-main { |
— | — | @@ -63,10 +49,6 @@ |
64 | 50 | float: left; |
65 | 51 | height: 26px; |
66 | 52 | } |
67 | | -body.rtl .wikiEditor-ui-toolbar .tabs, |
68 | | -body.rtl .wikiEditor-ui-toolbar .section-main { |
69 | | - float: right; |
70 | | -} |
71 | 53 | /* Groups */ |
72 | 54 | .wikiEditor-ui-toolbar .group { |
73 | 55 | float: left; |
— | — | @@ -75,13 +57,6 @@ |
76 | 58 | border-right: solid 1px #DDDDDD; |
77 | 59 | margin: 3px; |
78 | 60 | } |
79 | | -body.rtl .wikiEditor-ui-toolbar .group { |
80 | | - float: right; |
81 | | - padding-right: 0; |
82 | | - padding-left: 6px; |
83 | | - border-right: none; |
84 | | - border-left: solid 1px #DDDDDD; |
85 | | -} |
86 | 61 | .wikiEditor-ui-toolbar .group-search { |
87 | 62 | float: right; |
88 | 63 | padding: 0 0 0 6px; |
— | — | @@ -91,15 +66,6 @@ |
92 | 67 | .wikiEditor-ui-toolbar .group-insert { |
93 | 68 | border-right: none; |
94 | 69 | } |
95 | | -body.rtl .wikiEditor-ui-toolbar .group-search { |
96 | | - float: left; |
97 | | - padding: 0 6px 0 0; |
98 | | - border-left: none; |
99 | | - border-right: 1px solid #DDDDDD; |
100 | | -} |
101 | | -body.rtl .wikiEditor-ui-toolbar .group-insert { |
102 | | - border-left: none; |
103 | | -} |
104 | 70 | /* Sprited Buttons */ |
105 | 71 | .wikiEditor-toolbar-spritedButton { |
106 | 72 | /* @embed */ |
— | — | @@ -119,18 +85,13 @@ |
120 | 86 | margin: 3px; |
121 | 87 | } |
122 | 88 | .wikiEditor-ui-toolbar .tabs span.tab { |
123 | | - display: inline-block; |
| 89 | + display: block; |
124 | 90 | float: left; |
125 | 91 | line-height: 26px; |
126 | 92 | } |
127 | | -/* IGNORED BY IE6 */ |
128 | | -.wikiEditor-ui-toolbar .tabs > span.tab { |
129 | | - display: block; |
| 93 | +html.ie-6 .wikiEditor-ui-toolbar .tabs span.tab { |
| 94 | + display: inline-block; |
130 | 95 | } |
131 | | -/* IGNORED BY IE6 */ |
132 | | -body.rtl .wikiEditor-ui-toolbar .tabs > span.tab { |
133 | | - float: right; |
134 | | -} |
135 | 96 | .wikiEditor-ui-toolbar .tabs span.tab a, |
136 | 97 | .wikiEditor-ui-toolbar .tabs span.tab a:visited { |
137 | 98 | display: inline-block; |
— | — | @@ -141,34 +102,16 @@ |
142 | 103 | cursor: pointer; |
143 | 104 | color: #0645ad; |
144 | 105 | /* @embed */ |
145 | | - background-image: url(images/toolbar/arrow-right.png); |
| 106 | + background-image: url(images/toolbar/arrow-ltr.png); |
146 | 107 | background-position: left center; |
147 | 108 | background-repeat: no-repeat; |
148 | 109 | } |
149 | | -body.rtl .wikiEditor-ui-toolbar .tabs span.tab a, |
150 | | -body.rtl .wikiEditor-ui-toolbar .tabs span.tab a:visited { |
151 | | - padding-left: 12px; |
152 | | - padding-right: 18px; |
153 | | - /* @embed */ |
154 | | - background-image: url(images/toolbar/arrow-left.png); |
155 | | - background-position: right center; |
156 | | -} |
157 | | -/* IGNORED BY IE6 */ |
158 | | -body.rtl .wikiEditor-ui-toolbar .tabs > span.tab > a, |
159 | | -body.rtl .wikiEditor-ui-toolbar .tabs > pan.tab > a:visited { |
160 | | - float: right; |
161 | | -} |
162 | 110 | .wikiEditor-ui-toolbar .tabs span.tab a.current, |
163 | 111 | .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { |
164 | 112 | color: #333333; |
165 | 113 | /* @embed */ |
166 | 114 | background-image: url(images/toolbar/arrow-down.png); |
167 | 115 | } |
168 | | -body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current, |
169 | | -body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { |
170 | | - /* @embed */ |
171 | | - background-image: url(images/toolbar/arrow-down.png); |
172 | | -} |
173 | 116 | .wikiEditor-ui-toolbar .tabs span.tab a.current:hover { |
174 | 117 | text-decoration: none; |
175 | 118 | } |
— | — | @@ -177,15 +120,6 @@ |
178 | 121 | background-image: url(images/toolbar/loading-small.gif) !important; |
179 | 122 | } |
180 | 123 | /* Toolbar */ |
181 | | -/* IGNORED BY IE6 |
182 | | - * BEWARE: For unknown reasons, Opera ignores the ".wikiEditor-ui-toolbar" .group .label rule |
183 | | - * except for when this rule is directly before it. |
184 | | - */ |
185 | | -body.rtl .wikiEditor-ui-toolbar .group > .label { |
186 | | - float: right; |
187 | | - margin-left: 8px; |
188 | | - margin-right: 5px; |
189 | | -} |
190 | 124 | .wikiEditor-ui-toolbar .group .label { |
191 | 125 | float: left; |
192 | 126 | border: 0px; |
— | — | @@ -205,10 +139,6 @@ |
206 | 140 | padding: 2px; |
207 | 141 | cursor: pointer; |
208 | 142 | } |
209 | | -/* IGNORED BY IE6 */ |
210 | | -body.rtl .wikiEditor-ui-toolbar .group > img.tool { |
211 | | - float: right; |
212 | | -} |
213 | 143 | .wikiEditor-ui-toolbar .group .tool-select { |
214 | 144 | float: left; |
215 | 145 | margin: 2px; |
— | — | @@ -220,10 +150,6 @@ |
221 | 151 | cursor: pointer; |
222 | 152 | background-color: #ffffff; |
223 | 153 | } |
224 | | -/* IGNORED BY IE6 */ |
225 | | -body.rtl .wikiEditor-ui-toolbar .group > .tool-select { |
226 | | - float: right; |
227 | | -} |
228 | 154 | .wikiEditor-ui-toolbar .group .tool-select .label { |
229 | 155 | /* @embed */ |
230 | 156 | background-image: url(images/toolbar/arrow-down.png); |
— | — | @@ -238,31 +164,17 @@ |
239 | 165 | text-decoration: none; |
240 | 166 | color: #333333; |
241 | 167 | } |
242 | | -body.rtl .wikiEditor-ui-toolbar .group .tool-select .label { |
243 | | - background-position: center left; |
244 | | - padding-right: 4px; |
245 | | - padding-left: 22px; |
246 | | - margin-left: 4px; |
247 | | - margin-right: 0; |
248 | | -} |
249 | | -body.rtl .wikiEditor-ui-toolbar .group .tool-select .menu { |
250 | | - clear: both; |
251 | | -} |
252 | 168 | .wikiEditor-ui-toolbar .group .tool-select .menu .options { |
253 | 169 | position: absolute; |
254 | 170 | display: none; |
255 | 171 | margin-left: -1px; |
| 172 | + margin-top: 22px; |
256 | 173 | border: solid 1px silver; |
257 | 174 | background-color: #ffffff; |
258 | 175 | } |
259 | | -body.rtl .wikiEditor-ui-toolbar .group .tool-select .menu { |
260 | | - margin-left: -1px; |
261 | | - margin-right: -1px; |
| 176 | +html.ie-6 .wikiEditor-ui-toolbar .group .tool-select .options { |
| 177 | + margin-top: 0; |
262 | 178 | } |
263 | | -/* IGNORED BY IE6 */ |
264 | | -.wikiEditor-ui-toolbar .group .tool-select .options { |
265 | | - margin-top: 22px; |
266 | | -} |
267 | 179 | .wikiEditor-ui-toolbar .group .tool-select .options .option { |
268 | 180 | display: block; |
269 | 181 | padding: 0.5em; |
— | — | @@ -296,19 +208,12 @@ |
297 | 209 | height: 125px; |
298 | 210 | overflow: auto; |
299 | 211 | } |
300 | | -body.rtl .wikiEditor-ui-toolbar .booklet .index { |
301 | | - float: right; |
302 | | -} |
303 | 212 | .wikiEditor-ui-toolbar .booklet .index div { |
304 | 213 | padding: 4px; |
305 | 214 | padding-left: 6px; |
306 | 215 | cursor: pointer; |
307 | 216 | color: #0645ad; |
308 | 217 | } |
309 | | -body.rtl .wikiEditor-ui-toolbar .booklet .index div { |
310 | | - padding-left: 4px; |
311 | | - padding-right: 6px; |
312 | | -} |
313 | 218 | .wikiEditor-ui-toolbar .booklet .index .current { |
314 | 219 | background-color: #FAFAFA; |
315 | 220 | color: #333333; |
— | — | @@ -321,9 +226,6 @@ |
322 | 227 | overflow: auto; |
323 | 228 | background-color: #FAFAFA; |
324 | 229 | } |
325 | | -body.rtl .wikiEditor-ui-toolbar .booklet .pages { |
326 | | - float: left; |
327 | | -} |
328 | 230 | /* Help Pages */ |
329 | 231 | .wikiEditor-ui-toolbar .page-table table { |
330 | 232 | padding-left: 5px; |
— | — | @@ -343,10 +245,6 @@ |
344 | 246 | padding: 5px; |
345 | 247 | margin: 0px; |
346 | 248 | } |
347 | | -body.rtl .wikiEditor-ui-toolbar .page-table th, |
348 | | -body.rtl .wikiEditor-ui-toolbar .page-table td { |
349 | | - text-align: right; |
350 | | -} |
351 | 249 | .wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax, |
352 | 250 | .wikiEditor-ui-toolbar .section-help .page-table td.syntax { |
353 | 251 | font-family: monospace; |
— | — | @@ -378,12 +276,8 @@ |
379 | 277 | font-family: monospace; |
380 | 278 | font-size: 1.25em; |
381 | 279 | } |
382 | | -body.rtl .wikiEditor-ui-toolbar .page-characters > div > span, |
383 | 280 | .wikiEditor-ui-toolbar .page-characters div[dir=rtl] span { |
384 | 281 | direction: rtl; |
385 | | - float: right; |
386 | | - margin-left: 0; |
387 | | - margin-right: 5px; |
388 | 282 | } |
389 | 283 | .wikiEditor-ui-toolbar .page-characters div span:hover { |
390 | 284 | background-color: white; |