From 58c2d2bf5aa7a237a5490ff35da1b958427fe71c Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 14 Jan 2019 06:30:57 +0000 Subject: [PATCH] Add active content warning --- www/css/app.css | 12 ++++++++++ www/index.html | 23 +++++++++++++++++-- www/js/app.js | 53 +++++++++++++++++++++++++++++++++++++++----- www/js/lib/uiUtil.js | 38 ++++++++++++++++++++++++++++++- 4 files changed, 118 insertions(+), 8 deletions(-) diff --git a/www/css/app.css b/www/css/app.css index 728ec900b..8a1d1b28d 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -124,6 +124,18 @@ width: 200px; } +.alert { + margin-bottom: 0 !important; +} + +.alert-link { + text-decoration: underline; +} + +#alertBoxHeader { + text-align: center; +} + @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } diff --git a/www/index.html b/www/index.html index 3550726bc..47db22f5f 100644 --- a/www/index.html +++ b/www/index.html @@ -202,7 +202,8 @@

Configuration

+
+

Display settings

+
+
+
Display options:
+
+
+ +
+
+
+
+

Expert settings

@@ -236,7 +253,7 @@

Expert settings

-
+
API Status
@@ -261,6 +278,8 @@

Expert settings

+ +