Place .wizardnotice at bottom right of screen above the buttons on both dark and light themes(#335)

This commit is contained in:
idk
2021-11-16 12:21:40 -05:00
parent 6ef4c74d97
commit 3f7f315951
2 changed files with 5 additions and 4 deletions

View File

@@ -1224,7 +1224,7 @@ div.messages li {
.wizardnotice {
position: absolute;
top: 5%;
bottom: 20%;
right: 5%;
width: 22%;
}

View File

@@ -73,7 +73,7 @@ img {
border: none;
}
img:not(img[src$="i2plogo.png"]){
img:not(img[src$="i2plogo.png"]){
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
@@ -2220,8 +2220,9 @@ td.optionsave {
.wizardnotice {
position: absolute;
left: 75%;
right: 5%;
width: 22%;
bottom: 20%;
}
#bandwidthconfig .configtable tr:last-child td {
@@ -4883,7 +4884,7 @@ img.wizard.progress {
float: left;
margin-left: 15%;
transition: transform 0.3s ease 0s;
}
.wizardimg {