Reviewed & tested by the community
Project:
Omega
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Feb 2012 at 18:36 UTC
Updated:
26 Mar 2013 at 14:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
hydra commentedWell here the patch :)
Comment #2
marcoka commentedpatch seems ok and important for multilanguage pages.
Comment #3
willkaxu commentedThe "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;
}
Comment #4
willkaxu commentedHere is the patch.
Comment #5
mohan_kumar29 commentedHi,
This issues generated in omega theme and after using the above provided patch the issues have been resolved.
Thanks.
Comment #6
hydra commentedLet's count #4 and #5 as review and bring this to Omega 3!
Comment #7
pfrenssenIsn'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.
Comment #8
hydra commentedYou 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.
Comment #9
tierso commentedso which patch is the recommended?