summaryrefslogtreecommitdiffstats
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2019-03-14 19:33:47 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-03-15 00:34:21 +0100
commit34aca15b8c5711b2fce9c072364e04e3d11bcfc8 (patch)
tree7cb07a442e16ea2087ab8564811e4cdd08071ae4 /help3xsl/default.css
parenttdf#124066, tdf#114263 BASIC Replace function Help (diff)
downloadhelp-34aca15b8c5711b2fce9c072364e04e3d11bcfc8.tar.gz
help-34aca15b8c5711b2fce9c072364e04e3d11bcfc8.zip
Header and donation CSS tweaks
Change-Id: I20e5610c08db700e12baffa9b62dcf8dfd0c4328 Reviewed-on: https://gerrit.libreoffice.org/69278 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 5c68d41185..391403e724 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;
}