Update funzioni.php

migliorata grafica
This commit is contained in:
Daniel Intrieri 2024-02-14 14:37:05 +01:00 committed by GitHub
parent 407f8f664c
commit 2141bb609c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 4 deletions

View File

@ -76,11 +76,11 @@ function generacssmodal (){
return '<style> return '<style>
.pdf-container { .pdf-container {
overflow-y: auto;
overflow-x:hidden; max-height: 100%;
max-height: 100%; /* Adjust as needed */
width: 100%; width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
text-align:center;
} }
@ -94,6 +94,7 @@ margin-top:50px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 10px; padding: 10px;
} }
} }
@ -102,6 +103,7 @@ margin-top:50px;
.button-container { .button-container {
text-align:center; text-align:center;
margin-top:15px;
} }
} }
@ -122,9 +124,11 @@ text-align:center;
/* Contenuto modal */ /* Contenuto modal */
.modal-content { .modal-content {
background-color: #fff; background-color: #fff;
width: 100%; width: 80%;
height: 100%; height: 100%;
position: relative; position: relative;
} }
/* Tasto chiudi */ /* Tasto chiudi */