From: Terran McCanna Date: Tue, 6 Jan 2015 20:51:54 +0000 (-0500) Subject: Fix for KPAC holdings display issue. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e84a5a1463eb2cd5ebd0deddea9b8c72eaee1df4;p=evergreen%2Fpines.git Fix for KPAC holdings display issue. Signed-off-by: Terran McCanna --- 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 {
[% l('Library System: Library Name') %]