UI fixes
This commit is contained in:
parent
26fd25bb14
commit
2413ab9c5e
@ -1069,21 +1069,6 @@ dialog .content h5 {
|
|||||||
width: 100%;
|
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 table,
|
||||||
.table-all.responsive thead,
|
.table-all.responsive thead,
|
||||||
.table-all.responsive tbody,
|
.table-all.responsive tbody,
|
||||||
@ -1145,7 +1130,6 @@ dialog .content h5 {
|
|||||||
|
|
||||||
/* Min medium */
|
/* Min medium */
|
||||||
@media (min-width:601px) {
|
@media (min-width:601px) {
|
||||||
|
|
||||||
.home-card-summary {
|
.home-card-summary {
|
||||||
height: 250px;
|
height: 250px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -1308,11 +1292,11 @@ dialog .content h5 {
|
|||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row > .w3-half:first {
|
.row > .half:first {
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row > .w3-half:nth-child(2) {
|
.row > .half:nth-child(2) {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1327,6 +1311,11 @@ dialog .content h5 {
|
|||||||
#quickbox-title-title {
|
#quickbox-title-title {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#page-title-title {
|
||||||
|
position: relative;
|
||||||
|
top: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:992px) {
|
@media (max-width:992px) {
|
||||||
@ -1392,4 +1381,19 @@ dialog .content h5 {
|
|||||||
.slider.round:before {
|
.slider.round:before {
|
||||||
border-radius: 50%;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user