Fix für die 2 seiten von gestern
This commit is contained in:
@@ -92,14 +92,14 @@
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
position:absolute;
|
||||
width: 400px;
|
||||
height: 379px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
margin: auto;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
left: -20%;
|
||||
transform: translate(0, -50%);
|
||||
|
||||
}
|
||||
|
||||
#tbl_main {
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x:clip;
|
||||
}
|
||||
|
||||
#content_container {
|
||||
@@ -112,13 +113,14 @@
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
|
||||
width: 400px;
|
||||
height: 713px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
margin: 0 auto;
|
||||
height: 613px;
|
||||
|
||||
top:50%;
|
||||
bottom: auto;
|
||||
left: -400px;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#tbl_main_M {
|
||||
|
||||
Reference in New Issue
Block a user