Email Pagination Workaround for 7.6.6

I gave up on 7.7.3 and started testing 7.6.6.
So far I’ve run into the regular email pagination buttons are not visible. This solution worked for me if anyone wants to improve or test it on 7.7.x that would be great.

  1. create “local.css” in /custom/themes/css/
  2. edit local.css (I used pico, I’m sure if you use winblows you might need to run dos2unix after you upload…)
    this is the css I used, copy/paste:

.pagination .yui-pg-first, .pagination .yui-pg-previous, .pagination .yui-pg-next, .yui-pg-last, .pagination .yui-pg-current, .pagination .yui-pg-pages, .pagination .yui-pg-page {
vertical-align: top;
}

.pagination {
margin: 0;
}

  1. find the “_head.tpl” of the theme you need to fix (Mine was …/themes/SuiteR/tpls) and add the location to your “local.css”.
    -This is where I put it if you know a better location, by all means, update these instructions.-

    {$SUGAR_CSS} [color=#880000]this line was already here[/color]

    [color=#880000]this line was already here[/color] [color=#008800]I added this[/color] [color=#008800]I added this[/color]
  2. Quick Repair and Rebuild

  3. Yay, now I can see all of my emails.

Enjoy,
J

Thanks for this, the specific css you give didn’t work for me, but it lead me to the right place to experiment and I got this for my local.css:

#dt-pag-nav {
	position: absolute;
	top: -50px;
	left: 200px;
}

.yui-layout-bd {
	overflow: visible !important;
}

.yui-layout-bd-nohd{
	overflow: visible !important;
}

.yui-layout-bd-noft{
	overflow: visible !important;
}

I’m on version:
Version 7.8.2
Sugar Version 6.5.24 (Build 509)