web staff; more css repairs
authorBill Erickson <berick@esilibrary.com>
Mon, 16 Dec 2013 18:04:04 +0000 (13:04 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 16 Dec 2013 18:04:04 +0000 (13:04 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2
Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2
Open-ILS/src/templates/staff/css/circ/patron.css.tt2
Open-ILS/src/templates/staff/css/style.css.tt2

index ad6a227..d214a27 100644 (file)
@@ -24,7 +24,7 @@ checkins.setColumns([
 ])">
 </div>
 
-<div class="row" ng-cloak>
+<div class="row pad-vert" ng-cloak>
   <div class="col-lg-12">
     <table class="table table-hover table-condensed table-striped">
       <thead>
index 86ae2ab..8c87d27 100644 (file)
@@ -25,7 +25,7 @@ checkouts.setColumns([
 ])">
 </div>
 
-<div class="row">
+<div class="row pad-vert">
   <div class="col-lg-12">
     <table class="table table-hover table-condensed table-striped">
       <thead>
index e1b1644..f6a98f8 100644 (file)
@@ -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 {
index aedf25c..0a48f53 100644 (file)
@@ -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;}
+