diff --git a/src/lib/ldb/staff-ldb.svelte b/src/lib/ldb/staff-ldb.svelte index e591a25..d622704 100644 --- a/src/lib/ldb/staff-ldb.svelte +++ b/src/lib/ldb/staff-ldb.svelte @@ -124,16 +124,16 @@ {#each services as service} - {service.trainid} - {service.origin.location.tiploc} - {service.destination.location.tiploc} - {service.platform || '-'} - {parseDateTime(service.sta)} - {'-'} - {parseDateTime(service.std)} - {'-'} + {service.trainid} + {service.origin.location.tiploc} + {service.destination.location.tiploc} + {service.platform || '-'} + {parseDateTime(service.sta)} + {'-'} + {parseDateTime(service.std)} + {'-'} - + {service.operator} @@ -151,13 +151,24 @@ margin: auto; } + .data { + font-weight: normal; + } + .id-data { - color: lightgray; + color: lightgray; + text-align: left; } .from-data, .to-data { color: yellow; text-decoration: none; + text-align: left; + } + + .text-row { + margin-top: 0px; + padding-bottom: 5px; } .text-data {