updated the layout a litlle
This commit is contained in:
parent
1ff1dcce0a
commit
b9208a36fb
2 changed files with 7 additions and 2 deletions
7
map.css
7
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;
|
||||
}
|
||||
|
|
2
map.html
2
map.html
|
@ -40,7 +40,7 @@
|
|||
<td>{{#if hours.sunday}}{{hours.sunday}}{{else}}Gesloten{{/if}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td>Maandag</td>
|
||||
<td>{{#if hours.monday}}{{hours.monday}}{{else}}Gesloten{{/if}}</td>
|
||||
|
|
Loading…
Reference in a new issue