Bug 6689 [Follow-up] Improve styling of table pager

Small correction to add non-vendor-prefixed border
radius declaration to make style consistent on
newer browsers.

To test, view a page with a sorted table and pager controls,
like members/readingrec.pl. The pager controls "box" should
show rounded corners in Firefox 15+

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Owen Leonard 2012-09-14 14:48:37 -04:00 committed by Paul Poulain
parent 881ee1b1a1
commit f34e90f768

View file

@ -2127,6 +2127,7 @@ div.pager {
background-color : #E8E8E8;
border : 1px solid #BCBCBC;
-moz-border-radius : 5px;
border-radius : 5px;
display : inline-block;
font-size : 85%;
padding : .3em .5em .3em .5em;