[Libreoffice-commits] help.git: help3xsl/default.css

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Mar 14 23:34:43 UTC 2019


 help3xsl/default.css |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 34aca15b8c5711b2fce9c072364e04e3d11bcfc8
Author:     Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
AuthorDate: Thu Mar 14 19:33:47 2019 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Mar 15 00:34:21 2019 +0100

    Header and donation CSS tweaks
    
    Change-Id: I20e5610c08db700e12baffa9b62dcf8dfd0c4328
    Reviewed-on: https://gerrit.libreoffice.org/69278
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Jenkins

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 5c68d4118..391403e72 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -346,9 +346,10 @@ h6 {
     grid-area: header;
     position: sticky;
     top: 0px;
-}
-header {
     background-color: #18A303;
+    z-index: 1000;
+}
+header {    
     color: #fff;
     height: 64px;
     padding: 8px 8px 8px 16px;
@@ -793,6 +794,9 @@ li.disabled a {
         background-color: #FCFCFC;
         box-shadow: none;
     }
+    .donation {
+        max-width: 400px;
+    }
     footer {
         grid-area: footer;
     }


More information about the Libreoffice-commits mailing list