From 297bf995fdb7ca05cd92f3e94beaff618efd1136 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 11 Sep 2020 14:51:31 -0400 Subject: #973 take care humanize time going to 2nd row --- www/css/style.css | 2 +- www/lang/locale-en.json | 2 +- www/templates/events.html | 36 ++++++++++++++++++++++-------------- 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 20668e7f..967744f6 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -564,7 +564,7 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ opacity: 0.5; } -.events-list-text { +.events-list-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index b24ad8ef..a4208e97 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -336,7 +336,7 @@ "kReachabilityFailed" :"primary login failed, trying fallbacks", "kRecaptcha" :"Looks like you have enabled reCaptcha. It needs to be turned off for the app to work", "kReconfirmPin" :"Reconfirm PIN", - "kRecordingProgress" :"recording in progress", + "kRecordingProgress" :"in progress", "kReflow" :"reflow", "kRefresh" :"Refresh", "kRefreshedView" :"refreshed view", diff --git a/www/templates/events.html b/www/templates/events.html index ec1b4a48..9ee84344 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -35,20 +35,28 @@ -     -   {{prettifyTime(event.Event.StartTime)}} {{tzAbbr}}    -    -  {{event.Event.humanizeTime}} - ( - ) - -     -   {{prettifyDate(event.Event.StartTime)}}  {{tzAbbr}}  - + +
+ +
+
+     {{prettifyTime(event.Event.StartTime)}} {{tzAbbr}}    +
+
+   {{event.Event.humanizeTime}} + ( + ) + +
+ +
+
+
+     {{prettifyDate(event.Event.StartTime)}}  {{tzAbbr}}    +
+
+
+
-- cgit v1.2.3