Make custom options full width of i2ptunnel page

This commit is contained in:
hankhill19580
2020-04-26 09:40:04 +00:00
parent c14541f4a3
commit 6859baba9f
2 changed files with 3 additions and 3 deletions

View File

@@ -1117,7 +1117,7 @@ input[type="checkbox"], input[type="radio"] {
}
.freetext, .tunnelConfig textarea, #customOptions, #userAgents, #hostField {
margin: 5px !important;
margin-top: 15px !important;
cursor: text;
}
@@ -1141,7 +1141,7 @@ textarea[name="accessList"], #hostField, #localDestination, .authentication {
margin: 5px !important;
}
#customOptions, #userAgents, #leasesetKey {
#userAgents, #leasesetKey {
width: calc(100% - 10px) !important;
}

View File

@@ -680,7 +680,7 @@ td[colspan="2"] > select#profile {
width: calc(50% - 15px) !important;
}
#customOptions, #userAgents {
#userAgents {
width: calc(100% - 10px) !important;
}