This is how the pager bar looks like in a RTL site:

http://www.imagebam.com/image/87fa4b62224368

As can be seen the box of the current page looks odd ( the text inside has no margin to the right ).

The problem is seen on FF and Chrome (Not IE).

Can see no other problems in this version of this great theme so far.

CommentFileSizeAuthor
#5 pager_issue_ie7.png1.72 KBW.M.
#1 pager_issue.jpg4.15 KBW.M.

Comments

W.M.’s picture

StatusFileSize
new4.15 KB

Here is how it looks like on site:

jeremycaldwell’s picture

Assigned: Unassigned » jeremycaldwell

Try adding this bit of CSS to your "fusion-acquia-marina-style-rtl.css" stylesheet:

.content-region .content-inner .content-inner-inner ul.pager li {
  background: none;
  padding-right: 0;
}

.content-region .content-inner .content-inner-inner ul.pager li.pager-current {
  padding-right: 5px;
}
W.M.’s picture

I added the code you provided to local-rtl.css : Problem solved! Thanks a lot. Keep the great work going!

jeremycaldwell’s picture

Status: Active » Fixed

Great, glad to help and thanks for testing that so quickly. Will commit these changes to the CSS for the next release of the theme shortly.

W.M.’s picture

StatusFileSize
new1.72 KB

When it comes to IE there is in fact a different layout problem... But I am sure it has to do with bad programming of IE itself. This is how the pager bar looks like in IE 7: (attachment)

jeremycaldwell’s picture

Status: Fixed » Active

Yeah IE does it's own thing with the pages at times so I will do my best to figure this one out shortly. Will hopefully have a fix in place in the next release of the theme. Thanks for providing a screenshot of this one as well.

jeremycaldwell’s picture

Status: Active » Fixed

Fixed in the Alpha 2 release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.