mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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,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 }}" />
|
<input type="text" name="q" placeholder="{{ search_box_text }}" />
|
||||||
<input type="submit" value="{{ _('Go') }}" />
|
<input type="submit" value="{{ _('Go') }}" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user