Designanpassungen
This commit is contained in:
@@ -56,3 +56,15 @@
|
|||||||
font-size: 1.188em;
|
font-size: 1.188em;
|
||||||
color: dimgrey;
|
color: dimgrey;
|
||||||
}
|
}
|
||||||
|
#btn_Back {
|
||||||
|
background-color: #003680;
|
||||||
|
color: #fff;
|
||||||
|
width: 140px;
|
||||||
|
height: 25px;
|
||||||
|
}
|
||||||
|
#btn_Send {
|
||||||
|
background-color: #003680;
|
||||||
|
color: #fff;
|
||||||
|
width: 200px;
|
||||||
|
height: 35px;
|
||||||
|
}
|
||||||
@@ -49,3 +49,9 @@
|
|||||||
color: #003680;
|
color: #003680;
|
||||||
font-size: 1.65em;
|
font-size: 1.65em;
|
||||||
}
|
}
|
||||||
|
#LoginButton {
|
||||||
|
background-color: #003680;
|
||||||
|
color: #fff;
|
||||||
|
width: 140px;
|
||||||
|
height: 25px;
|
||||||
|
}
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
<asp:Label ID="lblMessage" runat="server" />
|
<asp:Label ID="lblMessage" runat="server" />
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr style="color:#003680; height:30px;"><td>
|
<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>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
</center>
|
</center>
|
||||||
|
|||||||
Reference in New Issue
Block a user