From ce453f2e9ac9a3b89073c29d9d6d80aa8d47bbc1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 4 Dec 2013 13:27:04 -0500 Subject: [PATCH] web staff: cleaning up remainder of inline style Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/circ/checkin/index.tt2 | 7 ------- Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 | 9 +-------- Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 | 9 +-------- Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 | 9 +-------- Open-ILS/src/templates/staff/css/style.css.tt2 | 3 +++ 5 files changed, 6 insertions(+), 31 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/checkin/index.tt2 b/Open-ILS/src/templates/staff/circ/checkin/index.tt2 index 6ec79310e9..2e112a898b 100644 --- a/Open-ILS/src/templates/staff/circ/checkin/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/checkin/index.tt2 @@ -12,13 +12,6 @@ [% END %] - -
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 index 4a3142d3c6..311ecc87d7 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -1,12 +1,5 @@ - + - -
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 index 61c85b36a5..5e0131c95a 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 @@ -1,12 +1,5 @@ - + - -
[% INCLUDE 'staff/circ/patron/t_holds_actions.tt2' %] diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 index 395f7abd49..c9c2040f45 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 @@ -1,12 +1,5 @@ - + - -
[% INCLUDE 'staff/circ/patron/t_items_out_actions.tt2' %] diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 3f3c14653d..620cba9abe 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -90,4 +90,7 @@ table.list tr.selected td { but the ones I'm finding aren't quite cutting it..*/ .patron-summary-alert {color: red; font-weight:bold} .patron-summary-divider { border-top: 1px solid #DDD} +.pad-horiz {padding : 0px 10px 0px 10px; } +.pad-vert {padding : 20px 0px 10px 0px;} +#patron-checkout-barcode { width: 18em; } -- 2.11.0