summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-01 13:49:08 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-01 13:49:08 -0400
commitadb1342b8129debcdca591cb0c11efc42628f263 (patch)
treed78ad0347ee165b3a332bac469d1d1ac72892d51 /www/templates
parent2e1a669455190e3d0d857e613cc34cd22f4862c0 (diff)
swap date and time - I think visually people would prefer to see time more prominently as they scroll
Former-commit-id: 163eaa6146f2f3023d47ffda0ccfc00fc25f5af4
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index 1406dcb2..0cece8c5 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -47,9 +47,11 @@
<ion-item collection-repeat="event in events| filter:search.text" item-height="event.Event.height" id="item-{{$index}}" >
- <span style="float:right;margin-top:-18px;background-color:#96281B;color:#fff;font-size:11px;opacity:0.7;width:90px;border-radius: 0px 0px 5px 5px;">&nbsp;&nbsp;&nbsp;<i class="ion-clock"></i>&nbsp;&nbsp;{{prettifyTime(event.Event.StartTime)}}</span>
+ <span style="float:left;margin-top:-18px;background-color:#96281B;color:#fff;font-size:11px;opacity:0.7;width:90px;border-radius: 0px 0px 5px 5px;">&nbsp;&nbsp;&nbsp;<i class="ion-calendar"></i>&nbsp;&nbsp;{{prettifyTime(event.Event.StartTime)}}</span>
+
+ <span style="float:right;margin-top:-18px;background-color:#444444;color:#fff;font-size:11px;opacity:0.7;width:90px;border-radius: 0px 0px 5px 5px;">&nbsp;&nbsp;&nbsp;<i class="ion-clock"></i>&nbsp;&nbsp;{{prettifyDate(event.Event.StartTime)}}</span>
- <span style="float:left;margin-top:-18px;background-color:#444444;color:#fff;font-size:11px;opacity:0.7;width:90px;border-radius: 0px 0px 5px 5px;">&nbsp;&nbsp;&nbsp;<i class="ion-calendar"></i>&nbsp;&nbsp;{{prettifyDate(event.Event.StartTime)}}</span>
+
<div class="row">