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:
Kovid Goyal 2019-11-04 15:20:32 +05:30
parent 92b60c87c4
commit 89d5c1de22
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,7 +1,7 @@
{%- if pagename != "search" and builder != "singlehtml" %} {%- if pagename != "search" and builder != "singlehtml" %}
<div id="searchbox" role="search"> <div id="searchbox" role="search">
<form class="search" action="{{ pathto('search') }}" method="get"> <form class="search" action="{{ pathto('search') }}" method="get">
<div> <div style="display: flex">
<input type="text" name="q" placeholder="{{ search_box_text }}" />&nbsp; <input type="text" name="q" placeholder="{{ search_box_text }}" />&nbsp;
<input type="submit" value="{{ _('Go') }}" /> <input type="submit" value="{{ _('Go') }}" />
</div> </div>