mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Search: Make the indents around the search box symmetrical
This commit is contained in:
parent
c3332ab625
commit
5d8d5c2277
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
<form style="margin-left: 12px;">
|
<form style="margin-left: 12px;">
|
||||||
<input name="type" type="hidden" value="{$_GET['type'] ?? 'users'}" />
|
<input name="type" type="hidden" value="{$_GET['type'] ?? 'users'}" />
|
||||||
<input name="query" type="text" placeholder="{_"header_search"}" value="{$_GET['query'] ?? ''}" style="width: 90%" />
|
<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>
|
</form>
|
||||||
|
|
||||||
<p style="margin-left: 15px;">
|
<p style="margin-left: 15px;">
|
||||||
|
|
Loading…
Reference in a new issue