forked from I2P_Developers/i2p.i2p
fix padding on the i2ptunnel .username and .password and and the width of the customoptions
This commit is contained in:
@@ -961,16 +961,15 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents {
|
|||||||
|
|
||||||
.username, .password {
|
.username, .password {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
padding-left: 22px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.username {
|
.username {
|
||||||
background: url(/themes/console/images/buttons/user.png) 3px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important;
|
background: url(/themes/console/images/buttons/user.png) 3px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important;
|
||||||
padding-left: 22px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.password {
|
.password {
|
||||||
background: url(/themes/console/images/buttons/password.png) 3px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important;
|
background: url(/themes/console/images/buttons/password.png) 3px center no-repeat, linear-gradient(to bottom, #000 0%, #010 100%) !important;
|
||||||
padding-left: 22px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.username:focus {
|
.username:focus {
|
||||||
|
@@ -825,7 +825,7 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc
|
|||||||
|
|
||||||
.username, .password {
|
.username, .password {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
padding-left: 22px;
|
padding-left: 22px !important;
|
||||||
background-blend-mode: luminosity;
|
background-blend-mode: luminosity;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -963,6 +963,8 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc
|
|||||||
|
|
||||||
#customOptions {
|
#customOptions {
|
||||||
margin-top: 15px !important;
|
margin-top: 15px !important;
|
||||||
|
width: 99%;
|
||||||
|
width: calc(100% - 10px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity,
|
#tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity,
|
||||||
|
Reference in New Issue
Block a user