From: Galen Charlton <gmc@equinoxinitiative.org>
Date: Wed, 7 Feb 2018 16:59:43 +0000 (-0500)
Subject: LP#1676608: fix positioning of copy alert buttons on Item Status Detail view
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ae68e4ff7d79d78b45a4c164305b7994982758f5;p=evergreen%2Fjoelewis.git

LP#1676608: fix positioning of copy alert buttons on Item Status Detail view

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
---

diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2
index 9e3793939d..a5dbbdd1b1 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2
@@ -178,10 +178,17 @@
 
   <div class="flex-row">
     <div class="flex-cell">[% l('Copy Alerts') %]</div>
-    <div id="item-status-alert-msg">
+    <div class="flex-cell" id="item-status-alert-msg">
       <button class="btn btn-default" ng-click="addCopyAlerts(copy.id())" >[% l('Add') %]</button>
       <button class="btn btn-default" ng-click="manageCopyAlerts(copy.id())" >[% l('Manage') %]</button>
     </div>
+    <!-- hack to adjust positioning -->
+    <div class="flex-cell"></div>
+    <div class="flex-cell"></div>
+    <div class="flex-cell"></div>
+    <div class="flex-cell"></div>
+    <div class="flex-cell"></div>
+    <div class="flex-cell"></div>
   </div>
 
 </div>