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