]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #913 from jsit/hotfix
authorThomas Citharel <tcit@tcit.fr>
Fri, 31 Oct 2014 18:35:35 +0000 (19:35 +0100)
committerThomas Citharel <tcit@tcit.fr>
Fri, 31 Oct 2014 18:35:35 +0000 (19:35 +0100)
Fixing regression in popup close button styling

themes/baggy/_search-form.twig

index 4add929427821718cb7d101161e18de05e08de63..73f7951f81a2b74062276822d829c9a4189d2681 100644 (file)
@@ -1,7 +1,7 @@
 <div id="search-form" class="messages info popup-form">
 <form method="get" action="index.php">
        <h2>{%trans "Search" %}</h2>
-        <a href="javascript: void(null);" id="search-form-close" class="popup-close">&times;</a>
+        <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a>
         <input type="hidden" name="view" value="search"></input>
         <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br>
         <input id="submit-search" type="submit" value="{% trans "Search" %}"></input>