Improve import/export office documents

This commit is contained in:
yflory
2020-01-20 13:59:29 +01:00
parent 5a26be5531
commit a7ffc038d9
4 changed files with 62 additions and 24 deletions

View File

@@ -27,6 +27,16 @@ body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
);
}
.cp-oo-x2tXls {
display: flex;
align-items: center;
justify-content: center;
.fa {
font-size: 30px;
margin-right: 10px;
}
}
#cp-fileupload {
display: none !important;
}