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

Owen Leonard oleonard at myacpl.org
Fri Sep 14 20:52:02 CEST 2012


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+
---
 .../intranet-tmpl/prog/en/css/staff-global.css     |    1 +
 1 file changed, 1 insertion(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
index 00fb312..9753f4f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -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;
-- 
1.7.9.5



More information about the Koha-patches mailing list