Designanpassungen

This commit is contained in:
ja
2021-10-06 16:53:55 +02:00
parent bc874b224e
commit 19e5b13d3a
3 changed files with 19 additions and 1 deletions

View File

@@ -55,4 +55,16 @@
#lbl_Hinweis {
font-size: 1.188em;
color: dimgrey;
}
#btn_Back {
background-color: #003680;
color: #fff;
width: 140px;
height: 25px;
}
#btn_Send {
background-color: #003680;
color: #fff;
width: 200px;
height: 35px;
}

View File

@@ -48,4 +48,10 @@
.txt_design {
color: #003680;
font-size: 1.65em;
}
#LoginButton {
background-color: #003680;
color: #fff;
width: 140px;
height: 25px;
}

View File

@@ -117,7 +117,7 @@
<asp:Label ID="lblMessage" runat="server" />
</td></tr>
<tr style="color:#003680; height:30px;"><td>
<asp:Button Text="Send" runat="server" OnClick="SendEmail" />
<asp:Button ID="btn_Send" Text="Send" runat="server" OnClick="SendEmail" />
</td></tr>
</table>
</center>