forked from I2P_Developers/i2p.i2p
Place .wizardnotice at bottom right of screen above the buttons on both dark and light themes(#335)
This commit is contained in:
@@ -1224,7 +1224,7 @@ div.messages li {
|
||||
|
||||
.wizardnotice {
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
bottom: 20%;
|
||||
right: 5%;
|
||||
width: 22%;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user