diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-10-31 12:48:35 -0400 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-10-31 12:48:35 -0400 |
commit | 4bc70ed4012bcefa6a3a01a051fcbd18456403df (patch) | |
tree | 59a83303d6d7f50a0bcfa5e0d4b59aa5d05556da /themes/baggy/_pocheit-form.twig | |
parent | b95a6f57bf3189a8a45f68901833ba159d90b47e (diff) | |
download | wallabag-4bc70ed4012bcefa6a3a01a051fcbd18456403df.tar.gz wallabag-4bc70ed4012bcefa6a3a01a051fcbd18456403df.tar.zst wallabag-4bc70ed4012bcefa6a3a01a051fcbd18456403df.zip |
Making visual styling of search and bag it popup forms more consistent
Diffstat (limited to 'themes/baggy/_pocheit-form.twig')
-rwxr-xr-x | themes/baggy/_pocheit-form.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/_pocheit-form.twig b/themes/baggy/_pocheit-form.twig index 409707f0..88d32757 100755 --- a/themes/baggy/_pocheit-form.twig +++ b/themes/baggy/_pocheit-form.twig | |||
@@ -1,4 +1,4 @@ | |||
1 | <div id="bagit-form" class="messages info"> | 1 | <div id="bagit-form" class="messages info popup-form"> |
2 | <form method="get" action="index.php" target="_blank" id="bagit-form-form"> | 2 | <form method="get" action="index.php" target="_blank" id="bagit-form-form"> |
3 | <h2>{% trans "Save a link" %}</h2> | 3 | <h2>{% trans "Save a link" %}</h2> |
4 | <a href="javascript: void(null);" id="bagit-form-close" class="popup-close">×</a> | 4 | <a href="javascript: void(null);" id="bagit-form-close" class="popup-close">×</a> |