Less redraw of station map, fix end date, some styling

This commit is contained in:
Guntis Smaukstelis
2024-01-21 21:06:32 +02:00
parent 6b0df1b8d5
commit 99fb82c3fb
6 changed files with 35 additions and 17 deletions
+7 -7
View File
@@ -1,13 +1,13 @@
.result-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
.result-item {
background-color: #f2f2f2;
padding: 10px;
text-align: center;
.result-item {
background-color: #f2f2f2;
padding: 10px;
text-align: center;
}
.resultTitle {
+12
View File
@@ -34,4 +34,16 @@
.stationWrapper .submenu {
padding: 5px 10px;
background-color: #f2f2f2;
}
.stationResult {
padding-inline-start: 5px;
}
.stationResult li {
padding: 3px;
}
.stationResult li:nth-child(odd) {
background-color: #d6d6d6;
}