diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-01 09:10:36 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-01 09:10:36 -0500 |
| commit | a5395758a579918ba529c4eb37e02cc12d2af3df (patch) | |
| tree | 49058add60d5f0ed22f74d6f455b03910e084822 /www/templates/events.html | |
| parent | 960675f55bd44aaca0c0f8992cfa303fa12b35c9 (diff) | |
#582 adjust menu icon spacings
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 717788e3..a16a3f65 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -2,7 +2,7 @@ <ion-nav-title>{{scrollPosition();}}</ion-nav-title> <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"> - </button> + </button> <button class="button button-icon icon ion-ios-minus-outline" ng-click="eventList.showDelete = !eventList.showDelete;"></button> <button data-badge="{{$root.alarmCount}}" class="animated infinite tada button button-icon button-clear ion-ios-bell notification-badge" ng-click="handleAlarms();" ng-if="$root.isAlarm"></button> |
