From a051e25980305aab3c4cbbdf1694840e0a34e758 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. --- .../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 7099dfa64d9..71c05b9c429 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3718,18 +3718,6 @@ input.renew { } #ill-batch-modal { - .modal-footer { - display: flex; - - & > * { - flex: 1; - } - - #lhs { - text-align: left; - } - } - #create-progress { margin-top: 17px; } @@ -3779,10 +3767,6 @@ input.renew { } #batch-form { - legend { - margin-bottom: 2em; - } - textarea { min-height: 100px; padding: 5px; @@ -3790,11 +3774,6 @@ input.renew { width: 100%; } - #new-batch-form { - display: flex; - gap: 20px; - } - li#process-button { display: flex; justify-content: flex-end; @@ -3816,10 +3795,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.43.0