diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-10-31 09:53:01 -0400 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-10-31 09:53:01 -0400 |
commit | 1087b3cb4ef79ff5f1599ebe479785f9d2e90c35 (patch) | |
tree | d4d2b24a6adc1231c5f90361adc868ef56dbd354 /themes/baggy/_search-form.twig | |
parent | f60c9b00ab65898fee5a96441beaa1a9ddd86295 (diff) | |
download | wallabag-1087b3cb4ef79ff5f1599ebe479785f9d2e90c35.tar.gz wallabag-1087b3cb4ef79ff5f1599ebe479785f9d2e90c35.tar.zst wallabag-1087b3cb4ef79ff5f1599ebe479785f9d2e90c35.zip |
Adding right margin to labels (to compensate for now-missing left margin on input fields)
Diffstat (limited to 'themes/baggy/_search-form.twig')
-rw-r--r-- | themes/baggy/_search-form.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig index 45660b75..35f3a994 100644 --- a/themes/baggy/_search-form.twig +++ b/themes/baggy/_search-form.twig | |||
@@ -2,7 +2,7 @@ | |||
2 | <form method="get" action="index.php"> | 2 | <form method="get" action="index.php"> |
3 | <a href="javascript: void(null);" id="search-form-close" class="popup-close">×</a> | 3 | <a href="javascript: void(null);" id="search-form-close" class="popup-close">×</a> |
4 | <input type="hidden" name="view" value="search"></input> | 4 | <input type="hidden" name="view" value="search"></input> |
5 | <label>{% trans "Search" %}</label>: <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield" /> | 5 | <label>{% trans "Search" %}:</label><input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield" /> |
6 | <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input> | 6 | <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input> |
7 | </form> | 7 | </form> |
8 | </div> | 8 | </div> |