mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 13:21:37 +01:00
Improving Alignment of time cells on termine page
This commit is contained in:
parent
dc8e446417
commit
486ea5e233
1 changed files with 11 additions and 1 deletions
|
|
@ -367,6 +367,11 @@ div.left_footer, div.middle_footer, div.right_footer {
|
||||||
.termine ul > li > ul > li:nth-child(2) {
|
.termine ul > li > ul > li:nth-child(2) {
|
||||||
width: 55px;
|
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) {
|
.vorstand ul > li > ul > li:nth-child(2) {
|
||||||
width: 400px;
|
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(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{
|
.termine ul > li > ul > li:nth-child(3) > div{
|
||||||
width: 680px;
|
width: 680px;
|
||||||
padding: calc(10px * 0.7) calc(10px * 0.7) calc(20px * 0.7) calc(10px * 0.7);
|
padding: calc(10px * 0.7) calc(10px * 0.7) calc(20px * 0.7) calc(10px * 0.7);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue