forked from I2P_Developers/i2p.i2p
Fix padding on tunnelName
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<input type="submit" class="default" name="action" value="Save changes" />
|
||||
<table id="clientTunnelEdit" class="tunnelConfig">
|
||||
<tr>
|
||||
<th class="tunnelName excludeBackgroundImage">
|
||||
<th class="tunnelNameLabel excludeBackgroundImage">
|
||||
<%=intl._t("Name")%>
|
||||
</th><th class="excludeBackgroundImage">
|
||||
<%=intl._t("Type")%>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<input type="submit" class="default" name="action" value="Save changes" />
|
||||
<table id="serverTunnelEdit" class="tunnelConfig">
|
||||
<tr>
|
||||
<th class="tunnelName excludeBackgroundImage">
|
||||
<th class="tunnelNameLabel excludeBackgroundImage">
|
||||
<%=intl._t("Name")%>
|
||||
</th><th class="excludeBackgroundImage">
|
||||
<%=intl._t("Type")%>
|
||||
|
||||
@@ -366,7 +366,7 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
.tunnelName {
|
||||
.tunnelNameLabel {
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -538,7 +538,7 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
.tunnelName {
|
||||
.tunnelNameLabel {
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user