From aa117229a221eba89141fd65e8768138d49c5fc6 Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Wed, 28 Apr 2021 15:30:56 -0400
Subject: [PATCH] s /notifcation/notification/

---
 .../jsp/themes/console/light/console.css      | 19 ++++++++-----------
 apps/routerconsole/jsp/welcome.jsp            |  2 +-
 2 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css
index fd744a8cef..2b036a3838 100644
--- a/apps/routerconsole/jsp/themes/console/light/console.css
+++ b/apps/routerconsole/jsp/themes/console/light/console.css
@@ -2591,23 +2591,20 @@ td {
 }
 
 #xhr.notification {
-    width: 30%;
+    width: 20%;
     position: relative;
-    left: 30%;
-    top: 38%;
+    left: 70%;
+    top: 30%;
     font-size: larger;
-    background: #eef;
-    box-shadow: inset 0 0 0 1px #fff;
+    background-size: auto;
 }
 
 #xhr2.notification {
-	width: 20%;
-	position: relative;
-	left: 70%;
-	top: 30%;
+    width: 20%;
+    position: relative;
+    left: 70%;
+    top: 30%;
     font-size: larger;
-    background: #eef;
-    background: linear-gradient(to right, #fafaff, #eef);
     background-size: auto 100%, 100% 100%;
     box-shadow: inset 0 0 0 1px #fff;
 }
diff --git a/apps/routerconsole/jsp/welcome.jsp b/apps/routerconsole/jsp/welcome.jsp
index 2463ba4f13..34ea11d32a 100644
--- a/apps/routerconsole/jsp/welcome.jsp
+++ b/apps/routerconsole/jsp/welcome.jsp
@@ -190,7 +190,7 @@
 <img class="wizard progress" src="/themes/console/images/wizard/wizardlogo.png">
 <h3 id="wizardheading" class="wizard"><%=intl._t("Bandwidth Test in Progress")%></h3>
 <img class="wizardimg" src="themes/console/images/wizard/step-3.png">
-<div id="xhr" class="notifcation">
+<div id="xhr" class="notification">
 <!-- for non-script -->
 <%=intl._t("Javascript is disabled - wait 60 seconds for the bandwidth test to complete and then click Next")%>
 </div>
-- 
GitLab