Search: Make the indents around the search box symmetrical

This commit is contained in:
Maxim Leshchenko 2021-12-13 22:32:19 +02:00
parent c3332ab625
commit 5d8d5c2277
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE

View file

@ -21,7 +21,7 @@
<form style="margin-left: 12px;">
<input name="type" type="hidden" value="{$_GET['type'] ?? 'users'}" />
<input name="query" type="text" placeholder="{_"header_search"}" value="{$_GET['query'] ?? ''}" style="width: 90%" />
<input type="submit" class="button" value="{_"search_button"}" style="width: 9%" />
<input type="submit" class="button" value="{_"search_button"}" style="width: 7%" />
</form>
<p style="margin-left: 15px;">