Änderungen css und anpassunf position fenster

This commit is contained in:
ja
2021-10-20 10:05:01 +02:00
parent ef25c1f190
commit 8dc6050943
4 changed files with 57 additions and 55 deletions

View File

@@ -22,13 +22,12 @@
align-items: center;
width: 100%;
height: 100%;
margin: 0 auto;
margin-top: 250px;
margin: auto;
}
.container-fluid {
width: 400px;
height: 286px;
height: 335px;
background-color: rgba(255,255,255,0.5);
top: 50%;
bottom: auto;
@@ -42,7 +41,7 @@
font-size: 11px;
border: 1px solid gray;
width: 400px;
height: 286px;
height: 280px;
}
#lbl_Ueberschrift {
@@ -130,4 +129,9 @@
height: 28px;
border: 1px gray solid;
border-radius: 5px 5px 0px 0px;
}
#CustomerID {
margin-left: 45px;
color: #003680;
}

View File

@@ -24,8 +24,7 @@
align-items: center;
width: 100%;
height: 100%;
margin: 0 auto;
margin-top: 0px;
margin: 0 auto;
}
.container-fluid {
width: 400px;
@@ -35,7 +34,8 @@
bottom: auto;
left: -20%;
right: 520px;
margin: 15% auto;
margin: 0 auto;
margin-top:400px;
}
#tbl_main {
font-family: Arial;