From: Remington Steed Date: Wed, 10 Jul 2013 18:41:47 +0000 (-0400) Subject: Restore look of acct summary table; fix whitespace X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Frsteed%2Facct_summary_padding;p=working%2FEvergreen.git Restore look of acct summary table; fix whitespace This commit makes a small adjustment to Pasi's cleaner layout of the Account Summary table. It also fixes minor whitespace issues that cause warnings when applying his patch. Signed-off-by: Remington Steed --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index f73aaa2076..63c20bfbca 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -797,6 +797,10 @@ div.result_place_hold { text-transform: uppercase; } +.acct_sum_table tr { + border-bottom: 2px solid white; +} + .acct_sum_table td { padding: 1em; } diff --git a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 index 9c76d8d5b6..b14572e02f 100644 --- a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 +++ b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 @@ -57,26 +57,26 @@ [% l("Your library card expired on [_1]. Please contact a librarian to resolve this issue.", fmt_expire_date) %] [% END %] - - +
+ - - + + - - + + - -
[% l("Items Currently Checked out ([_1])", ctx.user_stats.checkouts.total_out) %] [% l("View All") %]
[% l('Items Currently on Hold ([_1])', ctx.user_stats.holds.total) %] [% l('View All') %]
[% l('Items ready for pickup ([_1])', ctx.user_stats.holds.ready) %] [% l('View All') %]
+ +