Änderungen
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 1024px;
|
||||
height: 800px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
margin-top: 0px;
|
||||
}
|
||||
@@ -96,7 +96,7 @@
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
left: -15%;
|
||||
left: 15%;
|
||||
right: 520px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@@ -15,13 +15,13 @@
|
||||
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;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
background-color: #fff;
|
||||
overflow:clip;
|
||||
}
|
||||
|
||||
#Login1_LoginButton {
|
||||
@@ -17,14 +18,14 @@
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
|
||||
#content_container {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 1024px;
|
||||
height: 800px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
margin-top: 0px;
|
||||
}
|
||||
@@ -33,7 +34,7 @@
|
||||
width: 400px;
|
||||
height: 274px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top: auto;
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
left: -20%;
|
||||
right: 520px;
|
||||
|
||||
Reference in New Issue
Block a user