(css) Improve Calendar views

This commit is contained in:
Francis Lachapelle
2015-10-15 10:50:24 -04:00
parent 24ad2493a4
commit 2c2c5241eb
3 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
<div layout="row" layout-align="center center"
class="md-flex md-default-theme md-fg md-hue-2">
<var:foreach list="headerDaysToDisplay" item="currentTableDay">
<div class="md-flex-fix dayLabels"><var:string value="labelForCurrentDayToDisplay"/></div>
<div class="dayLabels"><var:string value="labelForCurrentDayToDisplay"/></div>
</var:foreach>
</div>
</md-toolbar>