Änderungen design hin zu centern von aller pages vom login

This commit is contained in:
ja
2021-10-14 17:04:44 +02:00
parent 4ecb221600
commit 9f3bb92bcc
2 changed files with 16 additions and 7 deletions

View File

@@ -79,21 +79,27 @@
border: 1px solid gray
}
#content_container {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: 20px;
margin: auto;
top: 50%;
left: 50%;
transform: translate(0, -50%);
}
.container-fluid {
position:absolute;
width: 400px;
height: 379px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
margin-top: 220px;
margin: auto;
top: 50%;
left: 50%;
transform: translate(0, -50%);
}
#tbl_main {