T211 tooltip relies on left margin
This commit is contained in:
@@ -18,7 +18,7 @@ div#tooltip {
|
|||||||
width: 350px;
|
width: 350px;
|
||||||
/* width: 70%; */
|
/* width: 70%; */
|
||||||
/* background-color: rgb(68, 158, 116); */
|
/* background-color: rgb(68, 158, 116); */
|
||||||
min-height: 591px;
|
min-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapsible {
|
.collapsible {
|
||||||
@@ -47,7 +47,7 @@ div#tooltip {
|
|||||||
.fixed {
|
.fixed {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
/*top: 50%;*/
|
/*top: 50%;*/
|
||||||
left: 50%;
|
/*left: 50%;*/
|
||||||
margin-top: 150px;
|
margin-top: 100px;
|
||||||
margin-left: 300px;
|
margin-left: 950px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user