remove remaining absolute tags from xhr's on wizard page

This commit is contained in:
idk
2022-04-11 13:56:11 -04:00
parent 949f619ecc
commit 6e5049c1db
2 changed files with 4 additions and 12 deletions

View File

@@ -3793,9 +3793,7 @@ table#bandwidthconfig td:first-child {
#xhr.notification {
width: 20%;
position: absolute;
left: 40%;
top: 40%;
margin: auto;
font-size: larger;
background: #000;
box-shadow: inset 0 0 0 1px #fff;
@@ -3813,9 +3811,7 @@ table#bandwidthconfig td:first-child {
#xhr2.notification {
width: 20%;
position: absolute;
left: 40%;
top: 40%;
margin: auto;
font-size: larger;
background: #000;
box-shadow: inset 0 0 0 1px #fff;

View File

@@ -2781,18 +2781,14 @@ td {
#xhr.notification {
width: 20%;
position: relative;
left: 40%;
top: 40%;
margin: auto;
font-size: larger;
background-size: auto;
}
#xhr2.notification {
width: 20%;
position: relative;
left: 40%;
top: 40%;
margin: auto;
font-size: larger;
background-size: auto 100%, 100% 100%;
box-shadow: inset 0 0 0 1px #fff;