From e84a5a1463eb2cd5ebd0deddea9b8c72eaee1df4 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 6 Jan 2015 15:51:54 -0500 Subject: [PATCH] Fix for KPAC holdings display issue. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/kpac/parts/copy_table.tt2 | 2 +- Open-ILS/web/css/skin/default/kpac/style.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/kpac/parts/copy_table.tt2 b/Open-ILS/src/templates/kpac/parts/copy_table.tt2 index c3ff07c11d..d8c83d31d8 100644 --- a/Open-ILS/src/templates/kpac/parts/copy_table.tt2 +++ b/Open-ILS/src/templates/kpac/parts/copy_table.tt2 @@ -12,7 +12,7 @@ FOREACH copy_info IN ctx.copies; END; %] [%- IF has_copies; %] - +
diff --git a/Open-ILS/web/css/skin/default/kpac/style.css b/Open-ILS/web/css/skin/default/kpac/style.css index 9d2d115ceb..b6bdc3ab7d 100755 --- a/Open-ILS/web/css/skin/default/kpac/style.css +++ b/Open-ILS/web/css/skin/default/kpac/style.css @@ -588,10 +588,14 @@ input[type=text], input[type=password], textarea { } .item_location_table td.location { - width:300px; + width:420px; padding-left:25px; } +.item_location_table td.shelving_location { + width:180px; +} + .item_location_table td.loc_info { width:150px; } @@ -601,7 +605,7 @@ input[type=text], input[type=password], textarea { } .item_location_table td.callnumber { - width:160px; + width:180px; } .item_location_table .gray td { -- 2.11.0
[% l('Library System: Library Name') %]