parent
407f8f664c
commit
2141bb609c
12
funzioni.php
12
funzioni.php
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue