Bugzilla – Attachment 170948 Details for
Bug 37733
Preservation link in the header menu is not styled correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37733: Try to fix modal in the Preservation module
Bug-37733-Try-to-fix-modal-in-the-Preservation-mod.patch (text/plain), 2.53 KB, created by
Jonathan Druart
on 2024-09-02 14:55:58 UTC
(
hide
)
Description:
Bug 37733: Try to fix modal in the Preservation module
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-02 14:55:58 UTC
Size:
2.53 KB
patch
obsolete
>From a76f3c56da929b0a8674bc739fbe5928dfe52d29 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 2 Sep 2024 16:53:13 +0200 >Subject: [PATCH] Bug 37733: Try to fix modal in the Preservation module > >We certainly need more as ERM module also use modals. And the Dialog >component seems to have more elements affected. >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue | 2 +- > .../prog/js/vue/components/Preservation/TrainsShow.vue | 2 +- > .../prog/js/vue/components/Preservation/WaitingList.vue | 2 +- > 3 files changed, 3 insertions(+), 3 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 91ad7282c24..2ad849801db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue >@@ -1,7 +1,7 @@ > <template> > <div class="alert alert-info" v-if="message" v-html="message"></div> > <div class="alert alert-warning" v-if="error" v-html="error"></div> >- <div class="alert alert-warning modal" v-if="warning"> >+ <div class="alert alert-warning modal-dialog-centered" v-if="warning"> > <h1 v-html="warning"></h1> > <button > id="close_modal" >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >index 5c7bc5c9dd5..27c5f413d16 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >@@ -732,7 +732,7 @@ export default { > background-color: rgba(0, 0, 0, 0.5); > display: table; > transition: opacity 0.3s ease; >- margin: auto; >+ margin: 10% 0 0 25%; > padding: 20px 30px; > background-color: #fff; > border-radius: 2px; >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue >index 2798bbc3862..3cca2892d00 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue >@@ -344,7 +344,7 @@ export default { > background-color: rgba(0, 0, 0, 0.5); > display: table; > transition: opacity 0.3s ease; >- margin: auto; >+ margin: 10% 0 0 25%; > padding: 20px 30px; > background-color: #fff; > border-radius: 2px; >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37733
:
170876
|
170948
|
170957