Fix for KPAC holdings display issue.
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 6 Jan 2015 20:51:54 +0000 (15:51 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 31 Oct 2017 19:12:53 +0000 (15:12 -0400)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/kpac/parts/copy_table.tt2
Open-ILS/web/css/skin/default/kpac/style.css

index c3ff07c..d8c83d3 100644 (file)
@@ -12,7 +12,7 @@ FOREACH copy_info IN ctx.copies;
 END;
 %]
 [%- IF has_copies; %]
-<table cellpadding="0" cellspacing="0" border="0" width="100%" class="item_location_table">
+<table cellpadding="0" cellspacing="0" border="0" class="item_location_table">
     <tbody>
         <tr class="header">
             <td class="location">[% l('Library System: Library Name') %]</td>
index 4014104..31ca8b2 100755 (executable)
@@ -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 {