Fix padding on tunnelName

This commit is contained in:
hankhill19580
2020-04-26 11:43:02 +00:00
parent b0c6c845bf
commit 65356f09a6
4 changed files with 4 additions and 4 deletions

View File

@@ -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")%>

View File

@@ -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")%>

View File

@@ -366,7 +366,7 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod
padding-left: 0px !important;
}
.tunnelName {
.tunnelNameLabel {
padding-left: 30px !important;
}

View File

@@ -538,7 +538,7 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod
padding-left: 0px !important;
}
.tunnelName {
.tunnelNameLabel {
padding-left: 30px !important;
}