aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2015-03-03 22:22:54 +0000
committerChristopher Baines <cb15g11@soton.ac.uk>2015-03-03 22:22:54 +0000
commit14f270836ff945a4d809242914d3854818fee39a (patch)
treeee4d8b48055906508e9c9d4fb80cb4d8bd36cc1b /style.css
parent43329ed927e6b8a0931b863876b79696a52efc21 (diff)
downloadmaps.southampton.ac.uk-14f270836ff945a4d809242914d3854818fee39a.tar
maps.southampton.ac.uk-14f270836ff945a4d809242914d3854818fee39a.tar.gz
Use the routes code from leaflet-soton
Update leaflet-soton such that this is possible.
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 7 insertions, 6 deletions
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;