forked from I2P_Developers/i2p.i2p
Make custom options full width of i2ptunnel page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -680,7 +680,7 @@ td[colspan="2"] > select#profile {
|
||||
width: calc(50% - 15px) !important;
|
||||
}
|
||||
|
||||
#customOptions, #userAgents {
|
||||
#userAgents {
|
||||
width: calc(100% - 10px) !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user