aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-10-31 18:54:20 +0100
committertcit <tcit@tcit.fr>2014-10-31 18:54:20 +0100
commit6926f6dcc76300aefd98b0e4b1b245bf66bdc9f1 (patch)
tree6cd7efaae2395582422803e3678485f8b959aeb0
parent9cf370cfb683deebf8b479bc2ee976d5ac93be00 (diff)
parenta63cd1b06ff74edbb47b9f4dae16268e1737c13a (diff)
downloadwallabag-6926f6dcc76300aefd98b0e4b1b245bf66bdc9f1.tar.gz
wallabag-6926f6dcc76300aefd98b0e4b1b245bf66bdc9f1.tar.zst
wallabag-6926f6dcc76300aefd98b0e4b1b245bf66bdc9f1.zip
Merge branch 'jsit-duplicateformstyles' into dev
-rw-r--r--themes/baggy/_search-form.twig4
-rwxr-xr-xthemes/baggy/css/main.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/themes/baggy/_search-form.twig b/themes/baggy/_search-form.twig
index 77cd8461..4add9294 100644
--- a/themes/baggy/_search-form.twig
+++ b/themes/baggy/_search-form.twig
@@ -1,7 +1,7 @@
1<div id="search-form" class="messages info popup-form"> 1<div id="search-form" class="messages info popup-form">
2<form method="get" action="index.php"> 2<form method="get" action="index.php">
3 <h2>{%trans "Search" %}</h2> 3 <h2>{%trans "Search" %}</h2>
4 <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a> 4 <a href="javascript: void(null);" id="search-form-close" class="popup-close">&times;</a>
5 <input type="hidden" name="view" value="search"></input> 5 <input type="hidden" name="view" value="search"></input>
6 <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br> 6 <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br>
7 <input id="submit-search" type="submit" value="{% trans "Search" %}"></input> 7 <input id="submit-search" type="submit" value="{% trans "Search" %}"></input>
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 93294359..ce314860 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -1016,7 +1016,7 @@ pre code {
1016 display: none; 1016 display: none;
1017 } 1017 }
1018 1018
1019 .popup-form { 1019 .popup-form, #bagit-form, #search-form {
1020 left: 0; 1020 left: 0;
1021 width: 100%; 1021 width: 100%;
1022 border-left: none; 1022 border-left: none;