mirror of
https://github.com/YGGverse/mb.git
synced 2026-03-31 17:15:28 +00:00
update paddings
This commit is contained in:
parent
03fcfe38a4
commit
d4bfefedaa
2 changed files with 3 additions and 2 deletions
|
|
@ -122,6 +122,7 @@ header > form > input[type="text"]:focus, form textarea:focus {
|
|||
|
||||
header > form > input[type="submit"] {
|
||||
cursor: pointer;
|
||||
margin-left: 8px;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
{% if description %}<p>{{ description }}</p>{% endif %}
|
||||
<form action="/" method="GET">
|
||||
{% if token %}<input type="hidden" name="token" value="{{ token }}" />{% endif %}
|
||||
<input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Search..." />
|
||||
<input type="submit" value="Search" />
|
||||
<input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Search..."
|
||||
/><input type="submit" value="Search" />
|
||||
</form>
|
||||
<div>
|
||||
<a href="/rss">RSS</a> |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue