From b21b31974c3f85b11f498cf5259f00d5093d01fe Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Mon, 16 Oct 2023 13:32:15 +0300 Subject: [PATCH] Fix expanded menu (restore missing lines in help.less) --- Web/css/help.less | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Web/css/help.less b/Web/css/help.less index 399857eeb..5d2c4cf17 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -3131,6 +3131,7 @@ span.label { .leftmenu_documenteditor_toggle_expand_menu, .leftmenu_spreadsheeteditor_toggle_expand_menu, .leftmenu_presentationeditor_toggle_expand_menu, +.leftmenu_pdfeditor_toggle_expand_menu, .documenteditor_ui_expand_menu, .documenteditor_hh_expand_menu, .presentationeditor_expand_menu, @@ -3139,6 +3140,9 @@ span.label { .spreadsheeteditor_expand_menu, .spreadsheeteditor_ui_expand_menu, .spreadsheeteditor_hh_expand_menu, +.pdfeditor_expand_menu, +.pdfeditor_ui_expand_menu, +.pdfeditor_hh_expand_menu, .mobileprojects_expand_menu, .mob_docs_android_expand_menu, .mobiledocuments_android_expand_menu, @@ -3160,12 +3164,15 @@ span.label { div.description .MainHelpCenter .leftmenu_documenteditor_toggle_expand_menu, div.description .MainHelpCenter .leftmenu_spreadsheeteditor_toggle_expand_menu, div.description .MainHelpCenter .leftmenu_presentationeditor_toggle_expand_menu, +div.description .MainHelpCenter .leftmenu_pdfeditor_toggle_expand_menu, div.description .MainHelpCenter .documenteditor_ui_expand_menu, div.description .MainHelpCenter .documenteditor_hh_expand_menu, div.description .MainHelpCenter .spreadsheeteditor_ui_expand_menu, div.description .MainHelpCenter .spreadsheeteditor_hh_expand_menu, div.description .MainHelpCenter .presentationeditor_ui_expand_menu, div.description .MainHelpCenter .presentationeditor_hh_expand_menu, +div.description .MainHelpCenter .pdfeditor_ui_expand_menu, +div.description .MainHelpCenter .pdfeditor_hh_expand_menu, .mobilegettingstartedpages .mobiledocuments_expand_menu, .mobileappspage .mobiledocuments_expand_menu, .mobileguidespages .mobiledocuments_expand_menu, @@ -3200,6 +3207,9 @@ div.description .MainHelpCenter .presentationeditor_hh_expand_menu, .presentationeditor .presentationeditor_expand_menu, .presentationeditor_ui .presentationeditor_ui_expand_menu, .presentationeditor_hh .presentationeditor_hh_expand_menu, +.pdfeditor .pdfeditor_expand_menu, +.pdfeditor_ui .pdfeditor_ui_expand_menu, +.pdfeditor_hh .pdfeditor_hh_expand_menu, .mob_docs_ios .mobileprojects_expand_menu, .mobile_document_editor .mobileprojects_expand_menu, .mobile_se .mobileprojects_expand_menu, @@ -3327,7 +3337,7 @@ h2.MainHCPage { } .text-content { - .sm_document, .sm_spreadsheet, .sm_presentation { + .sm_document, .sm_spreadsheet, .sm_presentation, .sm_pdf { &:after { display: inline-block; margin: 0 0 0 5px; @@ -3375,6 +3385,12 @@ h2.MainHCPage { } } + .sm_editors.sm_pdf { + &:after { + content: ' (PDF Editor)'; + } + } + .sm_saas.sm_people { &:after { content: ' (People Module)';