From d87cf076349d354b829bfe896ef11247b1182dd9 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 04 May 2019 12:46:08 +0000 Subject: [PATCH] Use number of matched query chars when ordering stop search results --- index.css | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/index.css b/index.css index bca5873..d75bd72 100644 --- a/index.css +++ b/index.css @@ -34,10 +34,18 @@ font-size: inherit; } +h2#times-stop { + margin-top: 0; +} .vehicleInfo { + font-size: 21px; +} +#times-table .vehicleInfo { float: right; margin: -5px 0; - font-size: 21px; +} +#route-vehicle .vehicleInfo { + margin-right: .5em; } #vehicle-data { float: right; -- Gitblit v1.9.1