From: Bill Erickson Date: Mon, 16 Dec 2013 18:04:04 +0000 (-0500) Subject: web staff; more css repairs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cc7b025dce5f2f878f1304daf9ce600dbd61ffa6;p=working%2FEvergreen.git web staff; more css repairs Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 index ad6a2272b0..d214a27876 100644 --- a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 @@ -24,7 +24,7 @@ checkins.setColumns([ ])"> -
+
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 index 86ae2ab9db..8c87d2758a 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 @@ -25,7 +25,7 @@ checkouts.setColumns([ ])"> -
+
diff --git a/Open-ILS/src/templates/staff/css/circ/patron.css.tt2 b/Open-ILS/src/templates/staff/css/circ/patron.css.tt2 index e1b164411e..f6a98f81fe 100644 --- a/Open-ILS/src/templates/staff/css/circ/patron.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ/patron.css.tt2 @@ -7,8 +7,6 @@ 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 #CCC} -.pad-horiz {padding : 0px 10px 0px 10px; } -.pad-vert {padding : 20px 0px 10px 0px;} #patron-checkout-barcode { width: 16em; } #patron-search-form div.form-group { diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index aedf25cbc6..0a48f53429 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -82,3 +82,7 @@ table.list tr.selected td { color: #2a6496; background-color: #F5F5F5; } + +.pad-horiz {padding : 0px 10px 0px 10px; } +.pad-vert {padding : 20px 0px 10px 0px;} +