From dbb6ca11b78d2725b6adff15c05f6a6396df01cf Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 24 Feb 2023 11:32:29 +0000 Subject: [PATCH] Bug 32991: Style the dialog to be in line with rest of Koha; Fix duplicate HTML element ID Signed-off-by: Jonathan Druart --- .../prog/js/vue/components/Dialog.vue | 39 ++++++++----------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue index 6662075a0ca..85ce4bd2e73 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue @@ -2,33 +2,28 @@
@@ -83,7 +78,6 @@ export default { transition: all 0.3s ease; } #close_modal { - float: right; cursor: pointer; } @@ -110,7 +104,6 @@ export default { top: 25%; left: 40%; - display: flex; width: 50%; min-height: 10%; margin: auto; -- 2.25.1