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

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

remove padding from control buttons on i2ptunnel in order to recenter the text vertically

parent aa181ee4
No related branches found
No related tags found
No related merge requests found
......@@ -221,10 +221,6 @@ hr {
padding: 7px 8px 3px;
}
button.control, input.control {
padding: 5px 8px !important;
}
.control:hover, .control:focus {
text-decoration: none;
color: #19191f;
......@@ -659,7 +655,6 @@ input {
#tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity,
#tunnelDepthOut, #tunnelVarianceOut, #tunnelQuantityOut, #tunnelBackupQuantityOut,
#localDestination, #customOptions, #leasesetKey, #name, #description, textarea[name="accessList"] {
width: 100% !important;
margin: 0 !important;
text-align: left !important;
}
......@@ -960,8 +955,6 @@ 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