From 759258ce4e53d8d71d3c1956b95523d8162ce9e0 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Tue, 17 Sep 2019 11:07:04 -0400 Subject: [PATCH] LP#1842940: Improve Alert Attempt to float the alerts below the sticky bar and above the main content of the user editor. Signed-off-by: Mike Rylander Signed-off-by: Jane Sandberg --- .../src/templates/staff/circ/patron/reg_actions.tt2 | 12 +++++++----- Open-ILS/src/templates/staff/css/circ.css.tt2 | 6 ++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/reg_actions.tt2 b/Open-ILS/src/templates/staff/circ/patron/reg_actions.tt2 index 72969fc350..6f4ef6e19a 100644 --- a/Open-ILS/src/templates/staff/circ/patron/reg_actions.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/reg_actions.tt2 @@ -36,11 +36,13 @@ ng-disabled="edit_passthru.hide_save_actions()" ng_click="edit_passthru.save({clone:true})">[% l('Save & Clone') %] -
- [% l('Editing your own account is disallowed') %] -
-
- [% l('Editing users in this group is disallowed') %] +
+
+ [% l('Editing your own account is disallowed') %] +
+
+ [% l('Editing users in this group is disallowed') %] +
diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 798117ebad..3e445816b8 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -196,6 +196,12 @@ but the ones I'm finding aren't quite cutting it..*/ margin-bottom: 5px; } +#no-edit-alert-container { + position: absolute; + bottom: -200px; + z-index: 10; +} + /* -- end patron registration -- */ [%# -- 2.43.2