web staff: cleaning up remainder of inline style
authorBill Erickson <berick@esilibrary.com>
Wed, 4 Dec 2013 18:27:04 +0000 (13:27 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 4 Dec 2013 18:27:04 +0000 (13:27 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/staff/circ/checkin/index.tt2
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
Open-ILS/src/templates/staff/circ/patron/t_holds.tt2
Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2
Open-ILS/src/templates/staff/css/style.css.tt2

index 6ec7931..2e112a8 100644 (file)
 <script src="[% ctx.media_prefix %]/js/ui/default/staff/circ/checkin/app.js"></script>
 [% END %]
 
-<style>
-    /* MOVE ME */
-    .pad-horiz {padding : 0px 10px 0px 10px; }
-    .pad-vert {padding : 20px 0px 10px 0px;}
-    #patron-checkin-barcode { width: 18em; }
-</style>
-
 <!-- checkin form -->
 <div class="row pad-vert">
   <div class="col-lg-10">
index 4a3142d..311ecc8 100644 (file)
@@ -1,12 +1,5 @@
-<style>
-    /* MOVE ME */
-    .pad-horiz {padding : 0px 10px 0px 10px; }
-    .pad-vert {padding : 20px 0px 10px 0px;}
-    #patron-checkout-barcode { width: 18em; }
-</style>
+<!-- item checkout form / list -->
 
-
-<!-- checkout form -->
 <div class="row pad-vert">
   <div class="col-lg-10">
     <div class="pad-horiz">
index 61c85b3..5e0131c 100644 (file)
@@ -1,12 +1,5 @@
-<style>
-    /* MOVE ME */
-    .pad-horiz {padding : 0px 10px 0px 10px; }
-    .pad-vert {padding : 20px 0px 10px 0px;}
-    #patron-checkout-barcode { width: 18em; }
-</style>
+<!-- patron holds list -->
 
-
-<!-- checkout form -->
 <div class="row pad-vert">
   <div class="col-lg-12 text-right">
     [% INCLUDE 'staff/circ/patron/t_holds_actions.tt2' %]
index 395f7ab..c9c2040 100644 (file)
@@ -1,12 +1,5 @@
-<style>
-    /* MOVE ME */
-    .pad-horiz {padding : 0px 10px 0px 10px; }
-    .pad-vert {padding : 20px 0px 10px 0px;}
-    #patron-checkout-barcode { width: 18em; }
-</style>
+<!-- items out list -->
 
-
-<!-- checkout form -->
 <div class="row pad-vert">
   <div class="col-lg-12 text-right">
     [% INCLUDE 'staff/circ/patron/t_items_out_actions.tt2' %]
index 3f3c146..620cba9 100644 (file)
@@ -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; }