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

View File

@@ -925,7 +925,7 @@
</div> </div>
</div> </div>
</a> --> </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" --> <!-- #include file="navigation.aspx" -->
<div id="main-page"> <div id="main-page">
<!-- <div class="pagecontent"> --> <!-- <div class="pagecontent"> -->