forked from I2P_Developers/i2p.i2p
i2ptunnel: Fix custom options form width (light theme)
This commit is contained in:
@@ -997,7 +997,7 @@
|
||||
} // !isRouterContext
|
||||
%>
|
||||
</table>
|
||||
<table class="tunnelConfig" id="customOptions">
|
||||
<table class="tunnelConfig" id="advancedOptions">
|
||||
<tr>
|
||||
<th colspan="2">
|
||||
<%=intl._t("Custom options")%>
|
||||
|
@@ -930,6 +930,7 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc
|
||||
|
||||
#customOptions {
|
||||
margin-top: 15px !important;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
#tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity,
|
||||
|
Reference in New Issue
Block a user