Restore look of acct summary table
authorRemington Steed <rjs7@calvin.edu>
Wed, 10 Jul 2013 21:22:24 +0000 (17:22 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 10 Jul 2013 21:22:24 +0000 (17:22 -0400)
This commit makes a small adjustment to Pasi's cleaner layout of the
Account Summary table.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/css/style.css.tt2

index f73aaa2..63c20bf 100644 (file)
@@ -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;
 }