Skip to content

Commit

Permalink
AB#32085: Add page numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
e-halinen committed Oct 24, 2024
1 parent 3f321ad commit e69b1e1
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 141 deletions.
1 change: 1 addition & 0 deletions src/components/lineTimetable/lineTableColumns.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
align-items: normal;
min-width: 100px;
max-width: 350px;
page-break-inside: avoid;
}

.tableContainer {
Expand Down
1 change: 1 addition & 0 deletions src/components/lineTimetable/lineTableHeader.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.headerContainer {
display: flex;
page-break-inside: avoid;
}

.stop {
Expand Down
9 changes: 9 additions & 0 deletions src/components/lineTimetable/lineTimetable.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,15 @@
page-break-after: always;
}

.address {
font-family: GothamRounded-Medium;
font-size: 16px;
color: black;
position: absolute;
left: 680px;
right: var(--border-radius);
}

@media print {
.noPrint,
.noPrint * {
Expand Down
Loading

0 comments on commit e69b1e1

Please sign in to comment.