The mini-pager appears with bullets (the > from the Gratis theme). This looks pretty awful. I quickly fixed it (workaround) in css with the following line:

.pager-previous.first::before, .pager-next.last::before, .pager-current::before {display: none;}

and some more padding to make the buttons slightly bigger:

.pager-previous a, pager-first a, .pager-next a, pager-last a, .pager-current a {padding: 1px 5px 1px 5px;}

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Danny Englander’s picture

Component: User interface » Code
Assigned: Unassigned » Danny Englander
Status: Active » Postponed (maintainer needs more info)

Hi, thanks for reporting this. Is this the mini-pager from Views?

eduardo.heuvel’s picture

Yes, it's the mini pager from views.

Danny Englander’s picture

Status: Postponed (maintainer needs more info) » Fixed

I've pushed a fix for this into dev. Please test it out. Thanks.

Status: Fixed » Closed (fixed)

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