forked from I2P_Developers/i2p.i2p
remove remaining absolute tags from xhr's on wizard page
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user