Merge pull request #187 from ONLYOFFICE/feature/ie11-layout-fix

update layout for ie11
This commit is contained in:
Sergey Linnik
2021-08-29 15:43:25 +03:00
committed by GitHub
15 changed files with 149 additions and 85 deletions

View File

@ -376,11 +376,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;
}
@ -561,6 +562,7 @@ footer table tr td:first-child {
}
.contentCells {
display: block;
border-bottom: 1px solid #EFEFEF;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
@ -590,8 +592,7 @@ footer table tr td:first-child {
.info {
cursor: pointer;
padding: 3px 5px;
position: absolute;
margin: -2px 5px;
}
.tooltip {
@ -758,6 +759,6 @@ html {
}
.firstContentCellViewers {
margin-left: auto;
margin-left: 0;
}