Improving Alignment of time cells on termine page

This commit is contained in:
Reto Bollinger 2025-01-11 01:39:22 +01:00
parent dc8e446417
commit 486ea5e233

View file

@ -367,6 +367,11 @@ div.left_footer, div.middle_footer, div.right_footer {
.termine ul > li > ul > li:nth-child(2) {
width: 55px;
}
.termine ul > li > ul > li:nth-child(2) > div{
margin-left: auto;
margin-right: 0;
text-align: right;
}
.vorstand ul > li > ul > li:nth-child(2) {
width: 400px;
}
@ -781,7 +786,12 @@ div.left_footer, div.middle_footer, div.right_footer {
}
.termine ul > li > ul > li:nth-child(1) > div{ width: 250px; }
.termine ul > li > ul > li:nth-child(2) > div{ width: 410px; }
.termine ul > li > ul > li:nth-child(2) > div{
width: 410px;
margin-left: 0;
margin-right: auto;
text-align: left;
}
.termine ul > li > ul > li:nth-child(3) > div{
width: 680px;
padding: calc(10px * 0.7) calc(10px * 0.7) calc(20px * 0.7) calc(10px * 0.7);