diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/css/style.css | 2 | ||||
| -rw-r--r-- | www/templates/montage-history.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css index bb019901..a2ab08e5 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -847,7 +847,7 @@ ul[rn-carousel] img { width: 30px; height: 30px; opacity: 0.5; - background-color: #615959; + background-color: #615959; border-radius: 50%; margin-left: -3px; margin-top: -8px; diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 6fe47bd3..67f84630 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -114,6 +114,8 @@ <b>{{'kFrom' | translate }}: </b>{{datetimeValueFrom.value | date: timeFormat}} </div> ({{humanizeTime(datetimeValueFrom.value)}}) </ion-item> + + <div class="row"> <div class="col col-75"> <br/> |
