Enable onlyoffice reconnection

This commit is contained in:
yflory
2020-01-29 16:40:46 +01:00
parent e32398b308
commit 0a543ae6ea
3 changed files with 45 additions and 20 deletions

View File

@@ -62,6 +62,15 @@ body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
background-color: lightgrey;
display: flex;
flex-flow: column;
position: relative;
}
#cp-app-oo-offline {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgba(255,255,255,0.5);
}
#ooframe {
flex: 1;