updated the layout a litlle

This commit is contained in:
feliciaan 2014-12-10 19:10:08 +01:00
parent 1ff1dcce0a
commit b9208a36fb
2 changed files with 7 additions and 2 deletions

View file

@ -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;
}

View file

@ -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>