summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-01-13 16:25:47 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2022-01-13 16:12:10 +0100
commiteb1bf86ac137d050daaaed114a70c29002acc4fe (patch)
tree2da2b8bf1825303a39ca6b84c06c9a7020cee79f /help3xsl/default.css
parent3c10ab097835514a63c4b0876b0ea5254bed1228 (diff)
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 <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css6
1 files changed, 5 insertions, 1 deletions
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;
}