diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2020-05-01 18:15:37 +0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-01 20:21:01 +0200 |
commit | 52eb45cd79ed75eb37b46c579860cee4e6180138 (patch) | |
tree | 7d14d7cae541117b1aecc836614a3c46e65537dd /help3xsl/online_transform.xsl | |
parent | 21fd17892ae4827f66d16a67a9c30c1854c5079d (diff) |
Help CSS: allow title in header to be wider
Added a column and let the title section to grow into it.
Also removed the hardcoded size from the Xapian search input.
Change-Id: Id391264a17556a35d54b705621deb9bdecc16af2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93278
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index c3bdfba188..573967c192 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -220,7 +220,7 @@ <xsl:if test="$xapian='yes'"> <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="40"/> + <input id="omega-autofocus" type="search" name="P"/> <input type="submit" class="xapian-omega-search-button" value="🔍"/> </form> </div> |