From acf9e9a2d8fe962c02a23599c1ab94593dec50f0 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 --- .../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 47e85450abc..a4bc774fa39 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3731,18 +3731,6 @@ input.renew { } #ill-batch-modal { - .modal-footer { - display: flex; - - & > * { - flex: 1; - } - - #lhs { - text-align: left; - } - } - #create-progress { margin-top: 17px; } @@ -3792,10 +3780,6 @@ input.renew { } #batch-form { - legend { - margin-bottom: 2em; - } - textarea { min-height: 100px; padding: 5px; @@ -3803,11 +3787,6 @@ input.renew { width: 100%; } - #new-batch-form { - display: flex; - gap: 20px; - } - li#process-button { display: flex; justify-content: flex-end; @@ -3829,10 +3808,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.39.5