summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index c7df0812..199a9b85 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -61,10 +61,10 @@
<div class="row" style="font-size:80%; color:rgb(110,110,110)">
<div class="col events-list-text"> <!-- data -->
<!-- for largeThumbs show image in this column -->
- <div ng-if="loginData.eventViewThumbs!='none' && thumbClass=='large'">
+ <div ng-if="loginData.eventViewThumbs!='none' && thumbClass=='large'" width="100%" style="padding: 5px;">
<br/><img bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}"
on-tap="closeIfOpen(event);openModalWithSnapshot(event)" width="{{event.Event.thumbWidth}}px"
- height="{{event.Event.thumbHeight}}px" fallback-src="img/noimage.png" />
+ height="{{event.Event.thumbHeight}}px" fallback-src="img/noimage.png" style="display: block; margin: auto;" />
</div>
<!-- this ngswitch displays different icons
depending on the cause of the event -->