summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-28 10:29:11 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-28 10:29:11 -0400
commitea222419d043e9aab3e6243c39c8487df681c2ae (patch)
tree5f8409724d13fbf2c9d9f088fb60780801e22e75 /www
parent73c81df71538616a4f9ada60b43701b73a6a0422 (diff)
remove content spacing
Former-commit-id: a8db14bc743d51a6138091c3ce1c94c9fd3da4f6
Diffstat (limited to 'www')
-rw-r--r--www/templates/events.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index 254f1bf7..09efb7b4 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -17,7 +17,7 @@
<a style="" class="button button-icon icon ion-search" ng-href="" ng-click="searchClicked();"> </a>
</ion-nav-buttons>
- <!--<div ng-if="showSearch">
+ <div ng-if="showSearch">
<ion-header-bar class="bar bar-subheader item-input-inset">
<label class="item-input-wrapper">
@@ -25,11 +25,11 @@
<input type="search" placeholder="{{'kSearch'|translate}}" ng-model="search.text" autocorrect="off" autocomplete="off">
</label>
</ion-header-bar>
- </div>-->
+ </div>
- <ion-content header-shrink ng-cloak on-tap="tapped();" delegate-handle="mainScroll" overflow-scroll="false" mouse-wheel-scroll>
+ <ion-content style="top:0 !important;" header-shrink ng-cloak on-tap="tapped();" delegate-handle="mainScroll" overflow-scroll="false" mouse-wheel-scroll>
<!-- lets make sure the events list is not empty as collection repeat needs height -->