Admin page verbessert visuell

This commit is contained in:
ja
2021-08-16 16:08:40 +02:00
parent 6037cff22e
commit b14877e85e
2 changed files with 11 additions and 5 deletions

View File

@@ -19,6 +19,10 @@
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
<style>
body{
background-color:#fff;
background-image:none;
}
@media (min-width: 768px) {
}
@@ -73,7 +77,7 @@
<body onload="FocusOnInput()">
<!-- #include file="../navigation.aspx" -->
<div class="container-fluid" style="width:252px;height:216px;">
<form id="form1" runat="server">
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser">
<LayoutTemplate>
@@ -82,9 +86,10 @@
<td align="center" colspan="2" style="color:#fff;">Bitte melden Sie sich an:</td>
</tr>
<tr>
<td align="right">
<td>
<asp:LinkButton ID="LinkButton1" href="login/login_TEST.aspx" runat="server">admin</asp:LinkButton>
</td>
<asp:LinkButton ID="LinkButton1" href="../login/login_TEST.aspx" runat="server">Admin-Login</asp:LinkButton>
</td></td>
</tr>
<tr>
<td align="right">
@@ -132,7 +137,8 @@
</table>
</LayoutTemplate>
</asp:Login>
</form>
</form>
</div>
</body>
</html>

View File

@@ -925,7 +925,7 @@
</div>
</div>
</a> -->
<iframe id="frame1" src="login/login_FLEX.aspx" runat="server" seamless="seamless"/>
<iframe id="frame1" src="login/login_FLEX.aspx" runat="server" seamless="seamless" style="width:252px;height:216px;overflow:no-content"/>
<!-- #include file="navigation.aspx" -->
<div id="main-page">
<!-- <div class="pagecontent"> -->