BackButton-Design wurde korrigiert.

This commit is contained in:
ja
2021-10-22 11:39:45 +02:00
parent dbb78a82e7
commit 7208f5bba3

View File

@@ -237,7 +237,7 @@
<table id="tbl_main" cellpadding="0" style="margin:4px 4px 4px 4px; border: none;">
<tr style="color:#003680;height:35px;">
<td>
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClientClick="JavaScript:window.history.back(1);return false;" style="margin-left:49px;"/><label for="btn_Back" style="color:#fff;margin: 0 auto"><center>Back</center></label>
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClientClick="JavaScript:window.history.back(1);return false;" style="margin-left:49px;height:31px"/><label for="btn_Back" style="color:#fff;margin: auto auto auto 5px;"><center>Back</center></label>
</td>
</tr>
<tr style="color:#003680; height:32px;font-size:14px">
@@ -275,7 +275,7 @@
<asp:Label ID="lblMessage" runat="server" />
</td></tr>
<tr style="color:#003680; height:32px;"><td>
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="300px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:22px;border:none" OnClick="btn_Send_Click" Height="37px"><center><label for="btn_Send" style="color:#fff;margin:0 auto;font-size:22px"><center>Send</center></label></center></asp:LinkButton>
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="300px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:22px;border:none" OnClick="btn_Send_Click" Height="40px"><center><label for="btn_Send" style="color:#fff;margin:0 2px 2px auto;font-size:21px"><center>Send</center></label></center></asp:LinkButton>
</td></tr>
<tr><td>
</td></tr>