From c20fa9d5c4b8f7dcf4cd7312c5ebcdf04c1a44e2 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 9 Jul 2019 11:46:02 -0400 Subject: [PATCH] LP1830432 Org family renders checkboxes horizontally Consistent with the original layout of the org-select + checkboxes, render the org family selector with checkboxes stacked vertically along the right of the selector instead of below it. Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- .../org-family-select.component.html | 51 ++++++++++--------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/org-family-select/org-family-select.component.html b/Open-ILS/src/eg2/src/app/share/org-family-select/org-family-select.component.html index b9bdf0281c..5ffaf5a03d 100644 --- a/Open-ILS/src/eg2/src/app/share/org-family-select/org-family-select.component.html +++ b/Open-ILS/src/eg2/src/app/share/org-family-select/org-family-select.component.html @@ -1,26 +1,31 @@ -
-
- {{labelText}} +
+
+
+ {{labelText}} +
+ +
- - -
- -
- - -
-
- - + + +
+
+ + +
+
+ + +
+ -- 2.43.2