the Naxt and prev links below forum posts does not display at two sides of page in rtl mode.

the css is

.forum-topic-navigation {
padding: 1em 3em 0 0;
}
.forum-topic-navigation .topic-previous {
text-align:left;
float: right;
}
.forum-topic-navigation .topic-next {
text-align: right;
float: left;
}

but it should be

.forum-topic-navigation {
padding: 1em 0em 0 0;
}
.forum-topic-navigation .topic-previous {
text-align: right;
float: right;
}
.forum-topic-navigation .topic-next {
text-align: left;
float: left;
}

Comments

TR’s picture

Status: Needs review » Active
Issue tags: +RTL

Tagging.

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.