X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5a8af1365fa9aee5adc3a65597d5c39aae72f4c5..945d60ea5a52d0c1d41cc63456bd6f60e547e79e:/public/stylesheets/browse.css diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index b23e27157..19d31d9c1 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -1,5 +1,6 @@ .node { padding-left: 25px; } .way { padding-left: 25px; } +.relation { padding-left: 25px; } .deleted { text-decoration: line-through; } @@ -17,6 +18,8 @@ .amenity.car_rental { background: url(/images/browse/transport_rental_car.p.16.png) no-repeat center left; } .amenity.car_sharing { background: url(/images/browse/car_share.p.16.png) no-repeat center left; } .amenity.cinema { background: url(/images/browse/cinema.p.16.png) no-repeat center left; } +.amenity.dentist { background: url(/images/browse/health_dentist.p.16.png) no-repeat center left; } +.amenity.doctors { background: url(/images/browse/health_doctors.p.16.png) no-repeat center left; } .amenity.drinking_water { background: url(/images/browse/drinkingtap.p.16.png) no-repeat center left; } .amenity.fast_food { background: url(/images/browse/fast_food.p.16.png) no-repeat center left; } .amenity.fire_station { background: url(/images/browse/firestation.p.16.png) no-repeat center left; } @@ -26,7 +29,7 @@ .amenity.nursery { background: url(/images/browse/education_nursery.p.16.png) no-repeat center left; } .amenity.parking { background: url(/images/browse/parking.p.16.png) no-repeat center left; } .amenity.pharmacy { background: url(/images/browse/pharmacy.p.16.png) no-repeat center left; } -.amenity.place_of_worship { background: url(/images/browse/place_of_worship.png) no-repeat center left; } +.amenity.place_of_worship { background: url(/images/browse/place_of_worship_unknown3.p.16.png) no-repeat center left; } .amenity.police { background: url(/images/browse/police.p.16.png) no-repeat center left; } .amenity.post_box { background: url(/images/browse/post_box.p.16.png) no-repeat center left; } .amenity.post_office { background: url(/images/browse/post_office.p.16.png) no-repeat center left; } @@ -40,6 +43,7 @@ .amenity.theatre { background: url(/images/browse/theatre.p.16.png) no-repeat center left; } .amenity.toilets { background: url(/images/browse/toilets.p.16.png) no-repeat center left; } .amenity.university { background: url(/images/browse/education_university.p.16.png) no-repeat center left; } +.amenity.veterinary { background: url(/images/browse/health_veterinary.p.16.png) no-repeat center left; } .barrier.gate { background: url(/images/browse/gate2.p.16.png) no-repeat center left; } @@ -48,7 +52,14 @@ .highway.traffic_signals { background: url(/images/browse/traffic_light.png) no-repeat center left; } .highway.turning_circle { background: url(/images/browse/turning_circle.p.16.png) no-repeat center left; } +.historic.castle { background: url(/images/browse/tourist_castle.p.16.png) no-repeat center left; } +.historic.memorial { background: url(/images/browse/tourist_memorial.p.16.png) no-repeat center left; } +.historic.monument { background: url(/images/browse/tourist_monument.p.16.png) no-repeat center left; } +.historic.ruins { background: url(/images/browse/tourist_ruins.p.16.png) no-repeat center left; } +.historic.wreck { background: url(/images/browse/tourist_wreck.p.16.png) no-repeat center left; } + .man_made.lighthouse { background: url(/images/browse/lighthouse.p.16.png) no-repeat center left; } +.man_made.windmill { background: url(/images/browse/tourist_windmill.p.16.png) no-repeat center left; } .natural.tree { background: url(/images/browse/tree.p.16.png) no-repeat center left; } @@ -79,6 +90,7 @@ .tourism.hostel { background: url(/images/browse/hostel.p.16.png) no-repeat center left; } .tourism.hotel { background: url(/images/browse/hotel.p.16.png) no-repeat center left; } .tourism.museum { background: url(/images/browse/museum.p.16.png) no-repeat center left; } +.tourism.picnic_site { background: url(/images/browse/tourist_picnic.p.16.png) no-repeat center left; } .tourism.viewpoint { background: url(/images/browse/view_point.p.16.png) no-repeat center left; } /* Ways */ @@ -94,6 +106,7 @@ .highway.footway { background: url(/images/browse/footway.20.png) no-repeat center left; } .highway.motorway { background: url(/images/browse/motorway.20.png) no-repeat center left; } .highway.motorway_link { background: url(/images/browse/motorway.20.png) no-repeat center left; } +.highway.pedestrian { background: url(/images/browse/service.20.png) no-repeat center left; } .highway.primary { background: url(/images/browse/primary.20.png) no-repeat center left; } .highway.primary_link { background: url(/images/browse/primary.20.png) no-repeat center left; } .highway.residential { background: url(/images/browse/unclassified.20.png) no-repeat center left; }