I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a3fc8af1 authored by idk's avatar idk
Browse files

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

parent 05082e3f
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment