Bugzilla – Attachment 18089 Details for
Bug 10196
items table partially hidden in marc view in ccsr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10196 - items table partially hidden in marc view in ccsr
PASSED-QA-Bug-10196---items-table-partially-hidden.patch (text/plain), 1.33 KB, created by
Katrin Fischer
on 2013-05-12 09:12:26 UTC
(
hide
)
Description:
[PASSED QA] Bug 10196 - items table partially hidden in marc view in ccsr
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-05-12 09:12:26 UTC
Size:
1.33 KB
patch
obsolete
>From 92e42203765dce1f29e064117425c13fa354c044 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 10 May 2013 16:00:51 -0400 >Subject: [PATCH] [PASSED QA] Bug 10196 - items table partially hidden in marc > view in ccsr > >In the CCSR theme's OPAC MARC view the table of items is truncated >because the container div is styled with "overflow:hidden." I think the >complete display of information is more important than not seeing a >horizontal scrollbar, so this patch removes the style. > >To test, apply the patch and clear your browser cache. View a MARC >detail page for a title which has holdings and confirm that the entire >table can be seen. Test other pages to make sure no unwanted layout >changes have resulted. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >all tests pass > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Simple CSS change, no string changes. >--- > koha-tmpl/opac-tmpl/ccsr/en/css/colors.css | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css b/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css >index 7e8a946..d13df28 100644 >--- a/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css >+++ b/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css >@@ -21,7 +21,6 @@ body { > border-radius: 8px; > margin:0 20px; > padding: 10px; >- overflow: hidden; > } > > a:link, >-- >1.7.9.5
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 10196
:
17955
|
18083
|
18084
| 18089