diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css index fd744a8cef9bdcda21dec428dc4ca0e71089e97f..2b036a3838a9572d79371b6d1b4d61f2ee3f7694 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 2463ba4f13f9849f44647489141c25091a9f5643..34ea11d32a732f960f64ad5f86b6c732e3306977 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>