mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 05:04:51 +02:00
Fix #1849969 [Go button not aligned with the search field in User Manual](https://bugs.launchpad.net/calibre/+bug/1849969)
This commit is contained in:
parent
92b60c87c4
commit
89d5c1de22
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{%- if pagename != "search" and builder != "singlehtml" %}
|
||||
<div id="searchbox" role="search">
|
||||
<form class="search" action="{{ pathto('search') }}" method="get">
|
||||
<div>
|
||||
<div style="display: flex">
|
||||
<input type="text" name="q" placeholder="{{ search_box_text }}" />
|
||||
<input type="submit" value="{{ _('Go') }}" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue