Änderungen CSS und Design
This commit is contained in:
@@ -9,10 +9,12 @@
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
}
|
||||
|
||||
#Login1_LoginButton {
|
||||
color: #fff;
|
||||
background-color: #003680;
|
||||
}
|
||||
|
||||
#content_container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -20,22 +22,25 @@
|
||||
width: 1024px;
|
||||
height: 800px;
|
||||
margin: 0 auto;
|
||||
margin-top: 20px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
width: 464px;
|
||||
height: 379px;
|
||||
width: 400px;
|
||||
height: 274px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
margin: 0 auto;
|
||||
margin-top: 220px;
|
||||
margin-top: 50%;
|
||||
}
|
||||
|
||||
#tbl_main {
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
border: 1px solid gray;
|
||||
width: 400px;
|
||||
height: 379px;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
#lbl_Ueberschrift {
|
||||
background-color: #003680;
|
||||
font-size: 2.55em;
|
||||
@@ -65,6 +70,13 @@
|
||||
color: #fff;
|
||||
width: 140px;
|
||||
height: 25px;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
margin-left: 122px;
|
||||
margin-right: auto;
|
||||
border:none;
|
||||
margin-top: 40px;
|
||||
}
|
||||
#btn_Send {
|
||||
background-color: #003680;
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
#Login1_LoginButton {
|
||||
color: #fff;
|
||||
background-color: #003680;
|
||||
width:
|
||||
}
|
||||
}
|
||||
#content_container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -21,21 +20,21 @@
|
||||
width: 1024px;
|
||||
height: 800px;
|
||||
margin: 0 auto;
|
||||
margin-top: 20px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.container-fluid {
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
width: 400px;
|
||||
height: 274px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
margin: 0 auto;
|
||||
margin-top: 220px;
|
||||
margin-top: 50%;
|
||||
}
|
||||
#tbl_main {
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
border: 1px solid gray;
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
height: 250px;
|
||||
}
|
||||
#lbl_login {
|
||||
color: #003680;
|
||||
|
||||
Reference in New Issue
Block a user