Display help box in oo apps

This commit is contained in:
yflory
2019-01-28 11:31:57 +01:00
parent e78fc2abcb
commit 9ca7d504d2
4 changed files with 23 additions and 3 deletions

View File

@@ -41,6 +41,13 @@ body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
background-color: lightgrey;
display: flex;
}
#cp-app-oo-editor {
flex: 1;
height: 100%;
background-color: lightgrey;
display: flex;
flex-flow: column;
}
#ooframe {
flex: 1;
border:none;