diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-07-10 05:31:25 -0500 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-07-19 12:10:29 +0200 |
commit | 8bddc0324cab7ed288fddaf6562cb2d2fc83942d (patch) | |
tree | 195451082edfdb53d2e791c5b626ac17becef7d6 | |
parent | d1e2ccbf4ee1d0a1ae047c4fa52bd579e783b3d9 (diff) |
Helponline: Fix alignment of TOC in sidebar
It was too close to the window border in Edge, Chrome and Firefox Nightly.
(cherry picked from commits 01319d64fae5989f35d10038d19d3371efb69d73
and 1ee609da2c58c8628535602348d2a51dd7ac9f14)
Change-Id: Ic65fd8bcddf9836cfa4c6529fe286885983c78d1
Reviewed-on: https://gerrit.libreoffice.org/57341
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r-- | help3xsl/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 2104d01d4a..092ed89ef2 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -454,7 +454,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview { color: #333; z-index: 6; display: block; - padding: 0 0 0 20px; + margin: 0 20px 0 20px; } .index-label { font-size: 22px; @@ -794,7 +794,7 @@ li.disabled a { color: #333; z-index: 6; display: block; - padding: 0 0 0 20px; + margin: 0 20px 0 20px; } label[for=accordion-1] { background-color: transparent; |