Speicherung changepw.css

This commit is contained in:
ja
2021-10-15 10:33:22 +02:00
parent bceabf4f46
commit 184a210e34
5 changed files with 25 additions and 24 deletions

View File

@@ -8,6 +8,7 @@
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
overflow-y: clip; overflow-y: clip;
overflow-x: clip;
} }
#txt_Pw_WH:invalid { #txt_Pw_WH:invalid {
background-color: indianred; background-color: indianred;
@@ -95,7 +96,7 @@
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
top: 50%; top: 50%;
bottom: auto; bottom: auto;
left: -20%; left: -15%;
right: 520px; right: 520px;
margin: auto; margin: auto;
} }

View File

@@ -8,35 +8,33 @@
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
overflow-y: clip; overflow-y: clip;
overflow-x: clip;
} }
#Login1_LoginButton { #Login1_LoginButton {
color: #fff; color: #fff;
background-color: #003680; background-color: #003680;
} }
#content_container {
position:absolute;
#content_container {
position: absolute;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 1024px; width: 1024px;
height: 800px; height: 800px;
top: 50%; margin: 0 auto;
left: 50%; margin-top: 0px;
transform: translate(0, -50%);
} }
.container-fluid { .container-fluid {
width: 400px; width: 400px;
height: 295px; height: 286px;
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
margin: auto;
top: 50%; top: 50%;
left: -20%; bottom: auto;
transform: translate(0, -50%); left: -0%;
right: 520px;
margin: auto;
} }
#tbl_main { #tbl_main {
@@ -44,8 +42,7 @@
font-size: 11px; font-size: 11px;
border: 1px solid gray; border: 1px solid gray;
width: 400px; width: 400px;
height: 286px; height: 286px;
margin: 0 auto;
} }
#lbl_Ueberschrift { #lbl_Ueberschrift {

View File

@@ -21,7 +21,7 @@
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/> <link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>VERAG Spedition AG Passwort vergessen</title> <title>VERAG Spedition AG Passwort wechseln</title>
<link rel="stylesheet" type="text/css" href="../css/main.css"/> <link rel="stylesheet" type="text/css" href="../css/main.css"/>
<link rel="stylesheet" type="text/css" href="../css/style.css"/> <link rel="stylesheet" type="text/css" href="../css/style.css"/>
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" /> <LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
@@ -98,7 +98,7 @@
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
overflow-y: clip; overflow-y: clip;
overflow-x:clip; overflow-x: clip;
} }
#content_container { #content_container {

View File

@@ -66,7 +66,7 @@
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
overflow-y: clip; overflow-y: clip;
overflow-x:clip; overflow-x: clip;
} }
#content_container { #content_container {
@@ -76,15 +76,18 @@
width: 400px; width: 400px;
height: 613px; height: 613px;
margin: 0 auto; margin: 0 auto;
margin-top: 0px; margin-top: 250px;
} }
.container-fluid { .container-fluid {
width: 400px; width: 400px;
height: 613px; height: 613px;
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
margin: 0 auto; top:50%;
margin-top: 150%; bottom: auto;
left: -5px;
right: 520px;
margin: auto;
} }
#tbl_main_M { #tbl_main_M {

View File

@@ -105,7 +105,7 @@
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
overflow-y: clip; overflow-y: clip;
overflow-x:clip; overflow-x: clip;
} }
#content_container { #content_container {