summaryrefslogtreecommitdiff
path: root/help3xsl/online_transform.xsl
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2020-05-01 18:15:37 +0300
committerAndras Timar <andras.timar@collabora.com>2020-05-06 22:29:02 +0200
commitecdec429c9eae3ad130a7f5ed19d0b96a2335b6b (patch)
tree7a284d1d69f6b160c262621047378cedc5c14a1a /help3xsl/online_transform.xsl
parent5521fc8d7175abd8fe2b457c677c6fab38114778 (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> (cherry picked from commit 52eb45cd79ed75eb37b46c579860cee4e6180138) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93142 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r--help3xsl/online_transform.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index f22262780c..3a6337eaae 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -226,7 +226,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="&#x1f50d;"/>
</form>
</div>