summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-27 11:14:47 -0400
committerARC <arjunrc@gmail.com>2015-04-27 11:14:47 -0400
commit13366e423178bd2d0d16c4912bbfc8bc7c720733 (patch)
tree83f543c400ca23af9cc88f63ca429d42b883c256 /www
parent015e628e26aa17ea739cf72b5a12e8f21ab1cf1c (diff)
moved close button to left so it shows up in small screens
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>