109 lines
1.9 KiB
CSS
109 lines
1.9 KiB
CSS
|
|
|
|
.container-input > input {
|
|
padding: 0vh 1vh;
|
|
border-radius: 0.5vh;
|
|
max-width: 7vh;
|
|
}
|
|
|
|
|
|
/* Right column */
|
|
.rightcolumn {
|
|
min-width: fit-content;
|
|
}
|
|
|
|
/* Main Table */
|
|
#pageBody {
|
|
max-height: 88vh;
|
|
padding: 0 5vw;
|
|
margin: 0;
|
|
border: 0;
|
|
align-content: center;
|
|
justify-content: flex-start;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
position: absolute;
|
|
width: 90vw;
|
|
color: var(--colour-text);
|
|
}
|
|
|
|
|
|
/* Footer */
|
|
.footer {
|
|
padding: 1vh 1vw;
|
|
text-align: center;
|
|
margin: 0;
|
|
max-height: 5vh;
|
|
overflow-y: auto;
|
|
background-color: var(--colour-accent);
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 98vw;
|
|
}
|
|
|
|
@media screen and (max-width: 400px) {
|
|
.footer {
|
|
max-height: 8vh;
|
|
padding: 0.75vh 2vw;
|
|
font-size: 10px;
|
|
width: 96vw;
|
|
max-width: 96vw;
|
|
}
|
|
.footer > h4 {
|
|
font-size: 10px;
|
|
}
|
|
.footer > h5 {
|
|
font-size: 9px;
|
|
}
|
|
}
|
|
|
|
.footer > h4, h5 {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
#formFilters .container.save.button-cancel {
|
|
display: none;
|
|
}
|
|
|
|
#tableMain tbody > div {
|
|
width: 49vh;
|
|
}
|
|
|
|
/*
|
|
#tableMain tbody tr td.date_from.date_to div {
|
|
height: 3vh;
|
|
}
|
|
*/
|
|
#tableMain thead tr th.name,
|
|
#tableMain tbody tr td.name {
|
|
min-width: 43vw;
|
|
max-width: 43vw;
|
|
}
|
|
#tableMain thead tr th.is-calendar-entry-type-bill,
|
|
#tableMain tbody tr td.is-calendar-entry-type-bill {
|
|
display: none;
|
|
}
|
|
|
|
@media screen and (max-width: 450px) {
|
|
#tableMain {
|
|
max-width: 90vw;
|
|
}
|
|
#tableMain thead tr th.date_from,
|
|
#tableMain tbody tr td.date_from {
|
|
min-width: 20vw;
|
|
max-width: 20vw;
|
|
}
|
|
#tableMain thead tr th.price,
|
|
#tableMain tbody tr td.price {
|
|
min-width: 12vw;
|
|
max-width: 12vw;
|
|
}
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=dog_calendar_entries.bundle.css.map*/ |