Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.css |
— | — | @@ -177,6 +177,15 @@ |
178 | 178 | background-image: url(images/toolbar/loading-small.gif) !important; |
179 | 179 | } |
180 | 180 | /* 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 | +} |
181 | 190 | .wikiEditor-ui-toolbar .group .label { |
182 | 191 | float: left; |
183 | 192 | border: 0px; |
— | — | @@ -188,12 +197,6 @@ |
189 | 198 | color: #777777; |
190 | 199 | cursor: default; |
191 | 200 | } |
192 | | -/* IGNORED BY IE6 */ |
193 | | -body.rtl .wikiEditor-ui-toolbar .group > .label { |
194 | | - float: right; |
195 | | - margin-left: 8px; |
196 | | - margin-right: 5px; |
197 | | -} |
198 | 201 | .wikiEditor-ui-toolbar .group img.tool { |
199 | 202 | float: left; |
200 | 203 | border: 0px; |