From b9208a36fba6d390fffb3669f5f30f052ab4ab26 Mon Sep 17 00:00:00 2001 From: feliciaan Date: Wed, 10 Dec 2014 19:10:08 +0100 Subject: [PATCH] updated the layout a litlle --- map.css | 7 ++++++- map.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/map.css b/map.css index 49a7d3c..d18681a 100644 --- a/map.css +++ b/map.css @@ -28,11 +28,16 @@ table { padding-bottom: 10px; border-spacing: 0; } + tr td:first-child { padding: 0; padding-right: 10px; } +.table tr:nth-child(2n) { + background: rgb(244,244,244); +} + .info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; @@ -41,7 +46,7 @@ tr td:first-child { } .type { - position: fixed; + position: absolute; top: 15px; right: 15px; } diff --git a/map.html b/map.html index 5e91450..3e6aabd 100644 --- a/map.html +++ b/map.html @@ -40,7 +40,7 @@ {{#if hours.sunday}}{{hours.sunday}}{{else}}Gesloten{{/if}} - +
Maandag {{#if hours.monday}}{{hours.monday}}{{else}}Gesloten{{/if}}