From eb1bf86ac137d050daaaed114a70c29002acc4fe Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Thu, 13 Jan 2022 16:25:47 +0200 Subject: tdf#123318 Add navigation menu entry LibreOffice for Shared Change-Id: Ibd46738e03721127e07ee1575e0a925fc36fbe9d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128382 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- help3xsl/default.css | 6 +++++- help3xsl/help2.js | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'help3xsl') diff --git a/help3xsl/default.css b/help3xsl/default.css index 66dd592716..ad65b34a57 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -630,6 +630,7 @@ li.disabled a { display: none; } +.libreoffice-icon, .calc-icon, .chart-icon, .writer-icon, @@ -643,6 +644,9 @@ li.disabled a { position: relative; margin-right: 5px; } +.libreoffice-icon { + background-image: url(media/navigation/libo-symbol-black.svg); +} .calc-icon { background-image: url(media/navigation/libo-calc.svg); } @@ -777,7 +781,7 @@ li.disabled a { flex-direction: column; overflow-y: auto; overflow-x: hidden; - max-width: 120px; + max-width: 160px; max-height: 480px; position: absolute; } diff --git a/help3xsl/help2.js b/help3xsl/help2.js index f40492afb1..3a45f7f601 100644 --- a/help3xsl/help2.js +++ b/help3xsl/help2.js @@ -187,6 +187,7 @@ function setupModules(lang) { var modulesNav = document.getElementById('modules-nav'); if (!modulesNav.classList.contains('loaded')) { var html = + '
LibreOffice
' + '
Writer
' + '
Calc
' + '
Impress
' + -- cgit