diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-10 09:20:18 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-11 13:01:44 +0200 |
commit | 2e077c0f9f724a3fe258c8e92aa3f67b7ab75446 (patch) | |
tree | 080bde7751c34cf9596b93c2d90bf21a92c7a4e8 /help3xsl/online_transform.xsl | |
parent | 658042bc32406ef2046fbf611bcd4bad68581609 (diff) |
Fix xapian search bar in Help online (WIP)
Change-Id: Ibe178ff79a27b8a21fcbaf2465c66da0786a28fd
WIP: need adjusts for mobile.
Reviewed-on: https://gerrit.libreoffice.org/80605
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index f8d6dc2f91..ec56991f62 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -222,19 +222,21 @@ <xsl:apply-templates select="/helpdocument/body"/> </div> <xsl:if test="$online"> - <div class="xapian-donation"> <xsl:if test="$xapian='yes'"> + <div class="search-frame"> <div class="xapian-omega-search"> <form name="P" method="get" action="/{$productversion}/{$lang}/search" target="_top"> - <input id="omega-autofocus" type="search" name="P" size="65"/> + <input id="omega-autofocus" type="search" name="P" size="40"/> <input type="submit" class="xapian-omega-search-button" value="🔍"/> </form> </div> + </div> </xsl:if> - <div class="donation"> + <div class="donation-frame"> + <div class="donation"> <p><a href="https://www.libreoffice.org/donate/?pk_campaign=help" target ="_blank"><xsl:value-of select="$ui_donate"/></a></p> + </div> </div> - </div> </xsl:if> <footer> <xsl:if test="$online"> |