Speicherung changepw.css
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
}
|
||||
#txt_Pw_WH:invalid {
|
||||
background-color: indianred;
|
||||
@@ -95,7 +96,7 @@
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
left: -20%;
|
||||
left: -15%;
|
||||
right: 520px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@@ -8,35 +8,33 @@
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
||||
#Login1_LoginButton {
|
||||
color: #fff;
|
||||
background-color: #003680;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#content_container {
|
||||
position: absolute;
|
||||
#content_container {
|
||||
position:absolute;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 1024px;
|
||||
height: 800px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(0, -50%);
|
||||
height: 800px;
|
||||
margin: 0 auto;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
.container-fluid {
|
||||
width: 400px;
|
||||
height: 295px;
|
||||
height: 286px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
margin: auto;
|
||||
top: 50%;
|
||||
left: -20%;
|
||||
transform: translate(0, -50%);
|
||||
bottom: auto;
|
||||
left: -0%;
|
||||
right: 520px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#tbl_main {
|
||||
@@ -44,8 +42,7 @@
|
||||
font-size: 11px;
|
||||
border: 1px solid gray;
|
||||
width: 400px;
|
||||
height: 286px;
|
||||
margin: 0 auto;
|
||||
height: 286px;
|
||||
}
|
||||
|
||||
#lbl_Ueberschrift {
|
||||
|
||||
Reference in New Issue
Block a user