Bug 6689 [Follow-up] Improve styling of table pager
authorOwen Leonard <oleonard@myacpl.org>
Fri, 14 Sep 2012 18:48:37 +0000 (14:48 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 19 Sep 2012 12:29:11 +0000 (14:29 +0200)
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>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 00fb312..9753f4f 100644 (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;