diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-11 23:08:19 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-11 23:08:19 +0300 |
| commit | 9738ebafd811c77d20a0e3f0f7b6f1876ed53532 (patch) | |
| tree | 6c87445ca935d7ff9a9f319f057b13501e49a99a /client/templates/dates.html | |
| parent | ad81865ee5d29cbb8b3a669c2314cbb8fff4caf9 (diff) | |
Date screen uses flexbox
Diffstat (limited to 'client/templates/dates.html')
| -rw-r--r-- | client/templates/dates.html | 4 |
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> |
