summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/templates/events-modal.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 69bcd021..522b286e 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -1,8 +1,11 @@
<ion-modal-view>
<ion-header-bar>
- <h1 class="title">{{eventName}} (Duration:{{eventDur}}s)
- <span style="float:right">
- <button class="button button-clear icon icon-left ion-close" ng-click="closeModal()" >Close</button>
+ <h1 class="title">
+ <span style="float:left">
+ <button class="button button-clear icon icon-left ion-close" ng-click="closeModal()" >Close</button>
+ </span>
+ <span style="float:right">
+ {{eventName}} (Duration:{{eventDur}}s)
</span>
</h1>
</ion-header-bar>