From 60245a4d8271a50bde3f93ec5617d545b62c01bf Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 20 Feb 2025 16:20:21 +0000 Subject: [PATCH] Bug 39179: CSS and layout adjustments: The layout is now vertical, fieldsets should be shown vertically, not horizontally. Border inside the modal no longer exists. Footer has been readjusted to match other modal footers in Koha, both buttons on aligned to the right, where first button is accept and 2nd button is cancel. 'Process identifiers' button style has been updated. Sponsored-by: UKHSA - UK Health Security Agency Signed-off-by: Jeremy Evans Signed-off-by: Tomas Cohen Arazi --- .../prog/css/src/staff-global.scss | 25 ------------------- .../prog/en/includes/ill-batch-modal.inc | 14 ++++------- 2 files changed, 5 insertions(+), 34 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 3aae3be904d..5798abfd153 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3713,18 +3713,6 @@ input.renew { } #ill-batch-modal { - .modal-footer { - display: flex; - - & > * { - flex: 1; - } - - #lhs { - text-align: left; - } - } - #create-progress { margin-top: 17px; } @@ -3774,10 +3762,6 @@ input.renew { } #batch-form { - legend { - margin-bottom: 2em; - } - textarea { min-height: 100px; padding: 5px; @@ -3785,11 +3769,6 @@ input.renew { width: 100%; } - #new-batch-form { - display: flex; - gap: 20px; - } - li#process-button { display: flex; justify-content: flex-end; @@ -3811,10 +3790,6 @@ input.renew { .batch-modal-actions { text-align: center; } - - fieldset { - border: 2px solid #B9D8D9; - } } #dataPreviewLabel { diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc index 1683ef79502..72fce2b12b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal.inc @@ -49,12 +49,12 @@
  • - +
  • - -- 2.49.0