mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-28 02:00:34 +00:00
Resolved #25724 using evil black magic and unicorn tears.
This commit is contained in:
parent
1f17742ba1
commit
47d4852f07
|
@ -177,6 +177,15 @@ body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
|
|||
background-image: url(images/toolbar/loading-small.gif) !important;
|
||||
}
|
||||
/* Toolbar */
|
||||
/* IGNORED BY IE6
|
||||
* BEWARE: For unknown reasons, Opera ignores the ".wikiEditor-ui-toolbar" .group .label rule
|
||||
* except for when this rule is directly before it.
|
||||
*/
|
||||
body.rtl .wikiEditor-ui-toolbar .group > .label {
|
||||
float: right;
|
||||
margin-left: 8px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.wikiEditor-ui-toolbar .group .label {
|
||||
float: left;
|
||||
border: 0px;
|
||||
|
@ -188,12 +197,6 @@ body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
|
|||
color: #777777;
|
||||
cursor: default;
|
||||
}
|
||||
/* IGNORED BY IE6 */
|
||||
body.rtl .wikiEditor-ui-toolbar .group > .label {
|
||||
float: right;
|
||||
margin-left: 8px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.wikiEditor-ui-toolbar .group img.tool {
|
||||
float: left;
|
||||
border: 0px;
|
||||
|
|
Loading…
Reference in a new issue