Admin page verbessert visuell
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"> -->
|
||||
|
||||
Reference in New Issue
Block a user