fix padding on the i2ptunnel .username and .password and and the width of the customoptions

This commit is contained in:
hankhill19580
2020-05-22 02:30:03 +00:00
parent 05082e3ffa
commit a3fc8af1dd
2 changed files with 4 additions and 3 deletions

View File

@@ -961,16 +961,15 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents {
.username, .password {
width: 200px;
padding-left: 22px !important;
}
.username {
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 {
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 {

View File

@@ -825,7 +825,7 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc
.username, .password {
width: 200px;
padding-left: 22px;
padding-left: 22px !important;
background-blend-mode: luminosity;
}
@@ -963,6 +963,8 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc
#customOptions {
margin-top: 15px !important;
width: 99%;
width: calc(100% - 10px) !important;
}
#tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity,