summaryrefslogtreecommitdiff
path: root/client/templates/dates.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-11 23:08:19 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-11 23:08:19 +0300
commit9738ebafd811c77d20a0e3f0f7b6f1876ed53532 (patch)
tree6c87445ca935d7ff9a9f319f057b13501e49a99a /client/templates/dates.html
parentad81865ee5d29cbb8b3a669c2314cbb8fff4caf9 (diff)
Date screen uses flexbox
Diffstat (limited to 'client/templates/dates.html')
-rw-r--r--client/templates/dates.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/templates/dates.html b/client/templates/dates.html
index 558ca2e..4227287 100644
--- a/client/templates/dates.html
+++ b/client/templates/dates.html
@@ -22,7 +22,7 @@
</template>
<template name="row">
- <div class="row month-row">
+ <div class="month-row">
{{#each this}}
{{> month}}
{{/each}}
@@ -30,7 +30,7 @@
</template>
<template name="month">
- <div class="col-xs-4">
+ <div class="month-button">
<input type="radio" name="monthOptions" id="monthRadio{{val}}" value="{{val}}">
<label class="radio-inline" for="monthRadio{{val}}">{{name}}</label>
</div>