diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-10-31 11:10:38 -0400 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-10-31 11:10:38 -0400 |
commit | 827bd1f8990e18e1978c95484680d51524ca19bf (patch) | |
tree | aa2efba3595add70f53babac4ff94a9cd17006e0 /themes/baggy/_search-form.twig | |
parent | f23fd0ee5e30da5afa35b7d22977f611e524fb0c (diff) | |
download | wallabag-827bd1f8990e18e1978c95484680d51524ca19bf.tar.gz wallabag-827bd1f8990e18e1978c95484680d51524ca19bf.tar.zst wallabag-827bd1f8990e18e1978c95484680d51524ca19bf.zip |
Standardizing class names and styles for close buttons
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 35f3a994..aec902ff 100644 --- a/themes/baggy/_search-form.twig +++ b/themes/baggy/_search-form.twig | |||
@@ -1,6 +1,6 @@ | |||
1 | <div id="search-form" class="messages info"> | 1 | <div id="search-form" class="messages info"> |
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="close-button--popup close-button">×</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> |