From e91c9351284e6587ecfc78d24ca85bfad304b8db Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 5 Sep 2020 12:12:57 -0400 Subject: #963 more styling, move notes to bottom --- package.json | 5 ++++- www/css/style.css | 5 ++++- www/templates/events.html | 9 ++++++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c56ffcad..f6423cde 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,10 @@ "ANDROID_GSON_VERSION": "2.8.6" }, "cordova-plugin-advanced-http": {}, - "cordova-plugin-media-pp-fork": {} + "cordova-plugin-media-pp-fork": {}, + "cordova-plugin-ionic-webview": { + "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" + } } }, "dependencies": { diff --git a/www/css/style.css b/www/css/style.css index b280383b..a0a19319 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1918,7 +1918,10 @@ fill-opacity: 0.8; .smallThumbs { float:right; - display:block; + +} +.no-padding { + padding: 0px !important; } @media (min-width:600px) { diff --git a/www/templates/events.html b/www/templates/events.html index 9112f7a1..088c0b2d 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -54,7 +54,7 @@ -
+
@@ -86,12 +86,12 @@
  {{event.Event.Name}} -
  {{event.Event.Notes}} +
-
+
@@ -99,6 +99,9 @@
+
+   {{event.Event.Notes}} +
-- cgit v1.2.3