Created
June 6, 2023 07:27
-
-
Save IlyaZha/00e9d86afeaf69e6348bea7905a39e50 to your computer and use it in GitHub Desktop.
tlscontact CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#timeTable div.take_appointment { | |
/* width: 1200px;*/ | |
width: fit-content; | |
} | |
header .container, .overlapping-lg-card.card-with-bars, td.done, tr.done, #ajax_form_status #center, | |
/* .inner_timeslot:nth-child(-n+5), */ | |
table div.take_appointment .year-month-title, | |
table div.take_appointment br, | |
tr.pending | |
{ | |
display: none; | |
} | |
body header { | |
min-height: 0px; | |
/* display: none;*/ | |
} | |
div.log_in_Register.mx-auto { | |
margin-right: 0 !important; | |
} | |
body, div#body, div.container { | |
padding: 0 !important; | |
margin: 0 !important; | |
max-width: none; | |
} | |
table div.take_appointment { | |
height: 750px; | |
justify-content: flex-end; | |
display: flex; | |
} | |
table div.take_appointment .appt-table-d, | |
table div.take_appointment .appt-table-btn, | |
div#timeTable, | |
tr td | |
{ | |
margin: 0 !important; | |
padding: 0 !important; | |
} | |
div.inner_timeslot { | |
min-width: 0 !important; | |
} | |
a.appt-table-btn, .appt-table-d { | |
width: 36px !important; | |
height: 62px !important; | |
font-size: 1.3rem; | |
} | |
td:empty { | |
display: none !important; | |
} | |
.take_appointment { | |
overflow: auto !important; | |
} | |
tbody, tr.desc { | |
float: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment