LP# 1092286: Account Summary text was too crowded. user/dpearl/formatting
authorDan Pearl <dpearl@cwmars.org>
Wed, 19 Dec 2012 20:08:25 +0000 (15:08 -0500)
committerDan Pearl <dpearl@cwmars.org>
Wed, 19 Dec 2012 20:08:25 +0000 (15:08 -0500)
This minor change (3 characters), increases the space between cells in the table in
the Account Summary screen.

Signed-off-by: Dan Pearl <dpearl@cwmars.org>
Open-ILS/src/templates/opac/parts/myopac/main_base.tt2

index dee5662..66e48c2 100644 (file)
@@ -58,7 +58,7 @@
             [% END %]
             </div>
             <div class="acct_sum_row">
-                <table width="100%" cellspacing="0" cellpadding="0">
+                <table width="100%" cellspacing="0" cellpadding="4">
                     <tr>
                         <td>[% l("Items Currently Checked out ([_1])", ctx.user_stats.checkouts.total_out) %]</td>
                         <td align="right">
@@ -68,7 +68,7 @@
                 </table>
             </div>
             <div class="acct_sum_row">
-                <table width="100%" cellspacing="0" cellpadding="0">
+                <table width="100%" cellspacing="0" cellpadding="4">
                     <tr>
                         <td>[% l('Items Currently on Hold ([_1])', ctx.user_stats.holds.total) %]</td>
                         <td align="right">
@@ -78,7 +78,7 @@
                 </table>
             </div>
             <div class="acct_sum_row">
-                <table width="100%" cellspacing="0" cellpadding="0">
+                <table width="100%" cellspacing="0" cellpadding="4">
                     <tr>
                         <td>[% l('Items ready for pickup ([_1])', ctx.user_stats.holds.ready) %]</td>
                         <td align="right">