From 8c616596377906a21e4ad94371f536fd4e9ca018 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 5 Sep 2020 10:11:37 -0400 Subject: #963 add responsive styling based on thumb size, revert to columns --- www/css/style.css | 2 +- www/templates/events.html | 35 ++++++++++++++++------------------- 2 files changed, 17 insertions(+), 20 deletions(-) (limited to 'www') diff --git a/www/css/style.css b/www/css/style.css index 3cb1ef4a..b280383b 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1918,7 +1918,7 @@ fill-opacity: 0.8; .smallThumbs { float:right; - padding-left:20px; + display:block; } @media (min-width:600px) { diff --git a/www/templates/events.html b/www/templates/events.html index ca6853cb..9112f7a1 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -45,21 +45,17 @@   {{prettifyDate(event.Event.StartTime)}}  {{tzAbbr}}  -
- - +
+ + +
- -
- -
@@ -79,27 +75,28 @@ - - - - - - - +  {{event.Event.MonitorName}} - {{event.Event.Frames}}   +
{{event.Event.Frames}}   {{event.Event.AlarmFrames}}   {{humanize(event.Event.Length)}}   -   {{event.Event.Name}} -
-   {{event.Event.Notes}} +
  {{event.Event.Name}} + +
  {{event.Event.Notes}}
+
+
+
+ +
+
-- cgit v1.2.3