php: word, cell, slide instead text, spreadsheet, presentation

This commit is contained in:
Alexandr Fedorov
2021-02-06 20:09:03 +03:00
parent e4eb8366bd
commit f25e4ea614
3 changed files with 17 additions and 17 deletions

View File

@ -102,13 +102,13 @@ label .checkbox {
text-align: center;
text-decoration: none;
}
.try-editor.document {
.try-editor.word {
background-image: url("images/file_docx.png");
}
.try-editor.spreadsheet {
.try-editor.cell {
background-image: url("images/file_xlsx.png");
}
.try-editor.presentation {
.try-editor.slide {
background-image: url("images/file_pptx.png");
}
.create-sample {
@ -292,13 +292,13 @@ footer {
text-overflow: ellipsis;
white-space: nowrap;
}
.stored-edit.text {
.stored-edit.word {
background-image: url("images/icon_docx.png");
}
.stored-edit.spreadsheet {
.stored-edit.cell {
background-image: url("images/icon_xlsx.png");
}
.stored-edit.presentation {
.stored-edit.slide {
background-image: url("images/icon_pptx.png");
}
.stored-edit span {