update layout for ie11

This commit is contained in:
Oleg Sinizin
2021-08-26 20:09:32 +03:00
parent 92b1972f2b
commit 093fadaf74
15 changed files with 149 additions and 85 deletions

View File

@ -373,11 +373,12 @@ footer table tr {
align-items: center;
align-content: center;
flex-wrap: wrap;
width: 100%;
width: 100vw;
height: 64px;
}
footer table td {
display: block;
position: relative;
padding-left: 32px;
}
@ -559,6 +560,7 @@ footer table tr td:first-child {
}
.contentCells {
display: block;
border-bottom: 1px solid #EFEFEF;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
@ -588,8 +590,7 @@ footer table tr td:first-child {
.info{
cursor: pointer;
padding: 3px 5px;
position: absolute;
margin: -2px 5px;
}
.tooltip {
@ -756,5 +757,5 @@ html {
}
.firstContentCellViewers {
margin-left: auto;
margin-left: 0;
}