From 14f270836ff945a4d809242914d3854818fee39a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 3 Mar 2015 22:22:54 +0000 Subject: Use the routes code from leaflet-soton Update leaflet-soton such that this is possible. --- style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 11b1e53..e5d8d08 100644 --- a/style.css +++ b/style.css @@ -28,12 +28,12 @@ input[type="radio"], input[type="checkbox"] { box-shadow: 0 0 10px rgba(0,0,0,0.5); } -#route-master-list { +.route-master-list { list-style: none; padding-left: 0px; } -#route-master-list li a { +.route-master-list li a { font: 24px/30px Arial, Helvetica, sans-serif; width: 100%; border-bottom-width: 2px; @@ -49,28 +49,29 @@ input[type="radio"], input[type="checkbox"] { text-decoration: none; } -.route-list { +.ls-route-list { list-style: none; padding-left: 0px; } -.route-list li { +.ls-route-list li { display: inline; } -.route-list li a { +.ls-route-list li a { font: 22px/22px Arial, Helvetica, sans-serif; padding-right: 4px; padding-left: 4px; margin-right: 3px; margin-left: 3px; border-radius: 25px; + border: 0px solid #000000; background: #a1a1a1; color: white; text-decoration: none; } -.stop-list { +.ls-stop-list { padding-left: 25px; bottom: 0; overflow: auto; -- cgit v1.2.3