forked from I2P_Developers/i2p.i2p
fix some colors and some padding in the new bandwidth wizard
This commit is contained in:
@@ -133,8 +133,10 @@
|
||||
<h3 id="wizardheading" class="wizard"><%=intl._t("Why I2P?")%></h3>
|
||||
<img class="wizardimg" src="/themes/console/images/wizard/undraw_connected_world.png">
|
||||
<div class="wizardtext">
|
||||
<p>
|
||||
<%=intl._t("I2P is a communication tool for people who value privacy and wish to remain anonymous online.")%>
|
||||
<%=intl._t("I2P is a peer to peer network where you can browse and create hidden services.")%>
|
||||
</p>
|
||||
</div>
|
||||
<%
|
||||
|
||||
@@ -213,7 +215,7 @@
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
<img class="wizardimg" src="/themes/console/images/wizard/undraw_metrics.png">
|
||||
<img class="wizardimg bwtest" src="/themes/console/images/wizard/undraw_metrics.png">
|
||||
<table id="bandwidthconfig" class="configtable wizardtable">
|
||||
<tr><td class="infohelp infodiv" colspan="2">
|
||||
<%=intl._t("I2P will work best if you configure your rates to match the speed of your internet connection.")%>
|
||||
|
@@ -1281,8 +1281,8 @@ div.messages li {
|
||||
|
||||
.wizardnotice {
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
right: 5%;
|
||||
top: 75%;
|
||||
left: 5%;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
@@ -3242,7 +3242,7 @@ td#themeselect {
|
||||
position: absolute;
|
||||
left: 76%;
|
||||
width: 16%;
|
||||
top: 17%;
|
||||
top: 23%;
|
||||
box-shadow: inset 0 0 0 1px #fff;
|
||||
filter: drop-shadow(0 0 1px #ccf);
|
||||
background: rgba(0,0,0,0.7);
|
||||
@@ -3552,7 +3552,7 @@ p#ipconfig, p#ipv4config, p#udpconfig, p#externaltcp {
|
||||
img.wizard.progress {
|
||||
position: absolute;
|
||||
top: 6%;
|
||||
left: 0%;
|
||||
left: 1%;
|
||||
max-height: 10%;
|
||||
max-width: 30%;
|
||||
-webkit-filter: invert(1);
|
||||
|
@@ -2280,8 +2280,8 @@ td.optionsave {
|
||||
|
||||
.wizardnotice {
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
right: 5%;
|
||||
top: 75%;
|
||||
left: 5%;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
@@ -4929,7 +4929,7 @@ div#wizlangsettings.wizard {
|
||||
img.wizard.progress {
|
||||
position: absolute;
|
||||
top: 6%;
|
||||
left: 0%;
|
||||
left: 1%;
|
||||
max-height: 10%;
|
||||
max-width: 30%;
|
||||
mix-blend-mode: multiply;
|
||||
@@ -4956,7 +4956,6 @@ img.wizard.progress {
|
||||
top: 17%;
|
||||
left: 5%;
|
||||
font-size: larger;
|
||||
background: rgba(255,255,255,0.7);
|
||||
}
|
||||
|
||||
#wizard {
|
||||
|
Reference in New Issue
Block a user