Bugzilla – Attachment 13338 Details for
Bug 9034
Add sorting and filtering on items table (catalogue/detail.pl)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9034: Add CSS rule to reduce width of items table
Bug-9034-Add-CSS-rule-to-reduce-width-of-items-tab.patch (text/plain), 767 bytes, created by
Julian Maurice
on 2012-11-09 08:04:43 UTC
(
hide
)
Description:
Bug 9034: Add CSS rule to reduce width of items table
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2012-11-09 08:04:43 UTC
Size:
767 bytes
patch
obsolete
>From b4966d5e9d23b196c808afdb3a2169ccc09f3a0b Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 9 Nov 2012 09:02:25 +0100 >Subject: [PATCH] Bug 9034: Add CSS rule to reduce width of items table > >--- > koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css b/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css >index 214e543..179979f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css >@@ -225,3 +225,7 @@ tr.even.selected td { > background-color: #D3D3D3; > } > >+/* ColumnFilter */ >+span.filter_column > input.text_filter { >+ width: 7em; >+} >-- >1.7.10.4
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 9034
:
13310
|
13338
|
13345
|
13346
|
13368
|
14491
|
14492
|
14493
|
14494
|
14743
|
15137
|
15138
|
15139
|
15140