Bugzilla – Attachment 12295 Details for
Bug 6689
Improve styling of table pager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 6689 [Follow-up] Improve styling of table pager
SIGNED-OFF-Bug-6689-Follow-up-Improve-styling-of-t.patch (text/plain), 1.16 KB, created by
Nicole C. Engard
on 2012-09-18 00:32:37 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 6689 [Follow-up] Improve styling of table pager
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-09-18 00:32:37 UTC
Size:
1.16 KB
patch
obsolete
>From 4b217797685a97f7d18a00b43e71de6827802dcb Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 14 Sep 2012 14:48:37 -0400 >Subject: [PATCH] [SIGNED-OFF] 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> >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >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.2.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6689
:
4912
|
5751
|
5753
|
12251
| 12295