summaryrefslogtreecommitdiffstats
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-11 14:56:19 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-11 20:06:25 +0200
commit404ff19a22ea45cc7b84e5a6874beca8949ca165 (patch)
treed5ed2fb2333c47a456f13bddf35695a1e5bbf9a2 /help3xsl/default.css
parentFix xapian search bar in Help online (WIP) (diff)
downloadhelp-404ff19a22ea45cc7b84e5a6874beca8949ca165.tar.gz
help-404ff19a22ea45cc7b84e5a6874beca8949ca165.zip
Fix top row of page grid
Change-Id: I9ae465ac9d00df5561157e0872217a1e8a09e159 Reviewed-on: https://gerrit.libreoffice.org/80678 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index a68fc00671..1710f1e520 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -582,6 +582,8 @@ li.disabled a {
}
.donation-frame {
background: #18A303;
+ position: sticky;
+ top: 0px;
}
.donation{
background: #0379BC;
@@ -610,6 +612,8 @@ li.disabled a {
}
.search-frame {
background: #18A303;
+ top: 0px;
+ position: sticky;
}
.xapian-omega-search {
margin: auto;