Css wurde angepasst und separiert sowie ein neues Design angewandt.

This commit is contained in:
ja
2021-10-06 10:19:47 +02:00
parent a312562ffc
commit 169d906b54
4 changed files with 137 additions and 102 deletions

33
css/login/ForgotPW.css Normal file
View File

@@ -0,0 +1,33 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color:#fff;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
#content_container {
display: flex;
justify-content: center;
align-items: center;
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: auto;
}
.container-fluid {
width: 262px;
height: 216px;
background-color: rgba(255,255,255,0.5);
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray
}

33
css/login/loginFLEX.css Normal file
View File

@@ -0,0 +1,33 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #fff;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
#content_container {
display: flex;
justify-content: center;
align-items: center;
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: auto;
}
.container-fluid {
width: 262px;
height: 248px;
background-color: rgba(255,255,255,0.5);
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray
}

View File

@@ -4,8 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<%@ import Namespace="MySql.Data.MySqlClient"
%>
<%@ import Namespace="MySql.Data.MySqlClient"%>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>VERAG Spedition AG Passwort vergessen</title>
@@ -14,8 +13,7 @@
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<script src="js/netzwerk.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../css/login/ForgotPW.css"/>
<link rel="stylesheet" type="text/css" href="../css/example.css"/>
<script type="text/javascript">
@@ -36,7 +34,7 @@
//topup
}
}
</script>
</script>
<!-- <script type="text/javascript" src="../js/toptions/top_up-min.js"></script> -->
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="../css/main.css">
@@ -65,27 +63,14 @@
}
</script>
<style>
body {
background-color:#fff;
background-image:none;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
@media (min-width: 768px) {
}
</style>
</head>
<body>
<div class="container-fluid" style="width:252px;height:216px;">
<div id="content_container">
<div class="container-fluid">
<form id="form1" runat="server">
<table cellpadding="0" style="font-family:Arial;font-size:11px;border:1px solid gray">
<table id="tbl_main" cellpadding="0">
<tr style="background-color:#fff; color:#003680;height:30px;">
<td>
<asp:Button ID="btn_Back" runat="server" Text="Back" PostBackUrl="~/login/login_FLEX.aspx" OnClick="btn_Back_Click"/>
@@ -108,15 +93,15 @@
</td></tr> -->
<tr><td>
<asp:Label ID="lbl_Email" runat="server" Text="Email Address:"></asp:Label>
<asp:TextBox ID="txtEmail" runat="server" Width = "250" />
<asp:Label ID="lbl_Email" runat="server" Text="Email Address:"></asp:Label>
<asp:TextBox ID="txtEmail" runat="server" Width = "250" />
<asp:Label ID="lbl_Username" runat="server" Text="Username:"></asp:Label>
<asp:TextBox ID="txt_Username" runat="server" Width = "250" />
<asp:TextBox ID="txt_Username" runat="server" Width = "250" />
<br />
<asp:Label ID="lblMessage" runat="server" />
<br />
<asp:Button Text="Send" runat="server" OnClick="SendEmail" />
<br />
<asp:Label ID="lblMessage" runat="server" />
<br />
<asp:Button Text="Send" runat="server" OnClick="SendEmail" />
</td></tr>
@@ -124,5 +109,6 @@
</form>
</div>
</div>
</body>
</html>

View File

@@ -4,8 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<%@ import Namespace="MySql.Data.MySqlClient"
%>
<%@ import Namespace="MySql.Data.MySqlClient"%>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>VERAG Spedition AG Login</title>
@@ -14,9 +13,8 @@
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<script src="js/netzwerk.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="../css/login/loginFLEX.css"/>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../css/example.css"/>
<script type="text/javascript">
function FocusOnInput() {
@@ -64,27 +62,11 @@
window.history.back()
}
</script>
<style>
body {
background-color:#fff;
background-image:none;
</head>
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
@media (min-width: 768px) {
}
</style>
</head>
<body onload="FocusOnInput()" style="overflow-x:hidden;border:0px;margin:0px" >
<!-- #include file="../navigation.aspx" -->
<div class="container-fluid" style="width:252px;height:216px;">
<body onload="FocusOnInput()">
<div id="content_container">
<div class="container-fluid">
<form id="form1" runat="server">
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser" ClientIDMode="AutoID" DestinationPageUrl="../Customers/CustomsAviso.aspx" >
<LayoutTemplate>
@@ -153,6 +135,7 @@
</asp:Login>
</form>
</div>
</div>
<script type="text/javascript">
function bust2() {
if (top.location == self) {