Well, as consequense of the fix width of the "next" and "last" buttons, the layout will kinda break if you translate the buttons or rename them to something larger than the default typo.

I would remove the fix width, and float the buttons right instead of positioning them absolute.

Comments

hydra’s picture

Status: Active » Needs review
StatusFileSize
new1.42 KB

Well here the patch :)

marcoka’s picture

Assigned: Unassigned » himerus

patch seems ok and important for multilanguage pages.

willkaxu’s picture

The "previous" button is wrong for the fix width, it's the css bug in line 41 of omega/omega/css/omega-visuals.css. To fix the bug, you can change the css bug from the oringal as follows:

.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a {
text-align: center;
padding: 4px;
}

willkaxu’s picture

StatusFileSize
new513 bytes

Here is the patch.

mohan_kumar29’s picture

Hi,

This issues generated in omega theme and after using the above provided patch the issues have been resolved.

Thanks.

hydra’s picture

Status: Needs review » Reviewed & tested by the community

Let's count #4 and #5 as review and bring this to Omega 3!

pfrenssen’s picture

Status: Reviewed & tested by the community » Needs work

Isn't it better to remove the styling from the pager entirely? This is a base theme after all, so it should not be necessary to manually override the styling of the pager for every site.

hydra’s picture

Status: Needs work » Reviewed & tested by the community

You can disable the omega visuals stylesheet, it's not required to use it, it's a bonus. This should not be the content of this issue. Also it would be fatal to remove it, because lot's of pages are using them, they would break when we remove it.

tierso’s picture

so which patch is the recommended?