Änderungen
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
max-width:390px;
|
||||
}
|
||||
#content_container {
|
||||
display: flex;
|
||||
@@ -272,21 +273,21 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content_container">
|
||||
<div id="content_container" class="vw-100">
|
||||
<div class="container-fluid">
|
||||
<form id="form1" runat="server">
|
||||
<center>
|
||||
<!-- Große Bildschirme-->
|
||||
<div class="d-none d-md-block">
|
||||
<table id="tbl_main" cellpadding="0" style="margin: 15px auto auto auto; border:none;">
|
||||
<table id="tbl_main" cellpadding="0" style="margin: 14px auto 14px auto; border:none;">
|
||||
<tr style="color:#003680;height:48px;">
|
||||
<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;height:31px;font-weight:300;font-size:20px"/>
|
||||
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClick="btn_Back_Click" style="margin-left:49px;height:31px;font-weight:300;font-size:20px"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:32px;font-size:14px">
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||
<asp:Label ID="lbl_PWvergessen" Text="Forgot your Password?" runat="server" style="color:#003680; margin-left:75px;font-size:20px;font-weight:300"></asp:Label>
|
||||
<asp:Label ID="lbl_PWvergessen" Text="Forgot your Password?" runat="server" style="color:#003680; margin-left:79px;font-size:20px;font-weight:300"></asp:Label>
|
||||
</td></tr>
|
||||
<!-- <tr style=" background-color:#fff; color:#003680; height:30px;font-size:12px">
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||
@@ -333,7 +334,7 @@
|
||||
<table id="tbl_main_M" cellpadding="0" style="margin:10px 8px 10px 8px; border: none;">
|
||||
<tr style="color:#003680;height:65px;margin-top:-70px">
|
||||
<td>
|
||||
<asp:Button ID="btn_Back_M" runat="server" Text="Back" OnClick="btn_Back_Click" Height="37px"/>
|
||||
<asp:Button ID="btn_Back_M" runat="server" Text="Back" OnClick="btn_Back_Click" Height="37px"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:92px;">
|
||||
|
||||
Reference in New Issue
Block a user