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:
parent
881ee1b1a1
commit
f34e90f768
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue