summaryrefslogtreecommitdiffstats
path: root/help3xsl/online_transform.xsl
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2020-05-01 18:15:37 +0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-01 20:21:01 +0200
commit52eb45cd79ed75eb37b46c579860cee4e6180138 (patch)
tree7d14d7cae541117b1aecc836614a3c46e65537dd /help3xsl/online_transform.xsl
parenttdf#131416 Basic syntax diagrams (diff)
downloadhelp-52eb45cd79ed75eb37b46c579860cee4e6180138.tar.gz
help-52eb45cd79ed75eb37b46c579860cee4e6180138.zip
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.xsl2
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="&#x1f50d;"/>
</form>
</div>