From ae68e4ff7d79d78b45a4c164305b7994982758f5 Mon Sep 17 00:00:00 2001 From: Galen Charlton <gmc@equinoxinitiative.org> Date: Wed, 7 Feb 2018 11:59:43 -0500 Subject: [PATCH] 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> --- Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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> -- 2.11.0