2021-09-16 21:08:02 +02:00
|
|
|
.colmodif {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.coldate {
|
|
|
|
|
max-width: 250px;
|
|
|
|
|
min-width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-08-29 23:31:54 +02:00
|
|
|
.tdclass,
|
|
|
|
|
.trclass {
|
2021-10-03 16:11:29 +02:00
|
|
|
min-height: 20px !important;
|
2022-08-15 15:10:00 +02:00
|
|
|
margin-top: 5px;
|
2021-09-16 21:08:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.q-table td {
|
|
|
|
|
padding-left: 1px;
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-bottom: 0;
|
2024-08-29 23:31:54 +02:00
|
|
|
|
2021-09-16 21:08:02 +02:00
|
|
|
&__title {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-12-02 10:12:57 +01:00
|
|
|
|
|
|
|
|
.q-table {
|
|
|
|
|
&__col {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
color: gray;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-12-03 22:47:53 +01:00
|
|
|
|
2024-08-29 23:31:54 +02:00
|
|
|
.newrec_fields {
|
2021-12-03 22:47:53 +01:00
|
|
|
display: flex;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
margin: 2px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
2021-12-31 01:44:16 +01:00
|
|
|
|
|
|
|
|
.riduci_pad {
|
|
|
|
|
min-height: 30px;
|
|
|
|
|
padding: 4px 8px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-14 23:54:12 +01:00
|
|
|
|
2024-08-29 23:31:54 +02:00
|
|
|
.q-table__top {
|
2022-01-14 23:54:12 +01:00
|
|
|
padding-top: 0 !important;
|
|
|
|
|
}
|
2024-07-31 15:02:30 +02:00
|
|
|
|
|
|
|
|
.right-align-dialog .q-dialog {
|
2024-08-29 23:31:54 +02:00
|
|
|
right: 0;
|
|
|
|
|
/* Allinea a destra */
|
|
|
|
|
left: auto;
|
|
|
|
|
/* Disabilita l'allineamento a sinistra */
|
|
|
|
|
margin: 0;
|
|
|
|
|
/* Rimuovi qualsiasi margine */
|
2024-07-31 15:02:30 +02:00
|
|
|
}
|
2024-08-29 23:31:54 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.flexible-width {
|
|
|
|
|
flex: 1;
|
|
|
|
|
/* permette al componente di espandersi */
|
|
|
|
|
max-width: 500px;
|
|
|
|
|
/* larghezza massima di 600px */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hint_search{
|
|
|
|
|
color: gray;
|
2024-10-17 00:35:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clOrizzontal{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.q-carousel__slide{
|
|
|
|
|
padding: 8px !important;
|
2024-10-22 15:27:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.carousel-scroll-container {
|
|
|
|
|
overflow-y: auto; /* Permette lo scrolling verticale */
|
2024-08-29 23:31:54 +02:00
|
|
|
}
|