This commit is contained in:
roberto 2024-12-29 18:35:40 +01:00
parent 26fd25bb14
commit 2413ab9c5e

View File

@ -1069,21 +1069,6 @@ dialog .content h5 {
width: 100%;
}
#page-title-container {
display: flex;
align-items: center;
}
#page-title {
width: 100%;
display: flex;
align-items: center;
}
#page-title-title {
width: 100%;
}
.table-all.responsive table,
.table-all.responsive thead,
.table-all.responsive tbody,
@ -1145,7 +1130,6 @@ dialog .content h5 {
/* Min medium */
@media (min-width:601px) {
.home-card-summary {
height: 250px;
overflow: auto;
@ -1308,11 +1292,11 @@ dialog .content h5 {
display: block !important;
}
.row > .w3-half:first {
.row > .half:first {
padding-right: 4px;
}
.row > .w3-half:nth-child(2) {
.row > .half:nth-child(2) {
padding-left: 4px;
}
@ -1327,6 +1311,11 @@ dialog .content h5 {
#quickbox-title-title {
padding-left: 16px;
}
#page-title-title {
position: relative;
top: 4px;
}
}
@media (max-width:992px) {
@ -1392,4 +1381,19 @@ dialog .content h5 {
.slider.round:before {
border-radius: 50%;
}
#page-title-container {
display: flex;
align-items: center;
}
#page-title {
flex-grow: 1;
display: flex;
align-items: center;
}
#page-title-title {
flex-grow: 1;
}
}