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/_pocheit-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/_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..2068cd31 100755 --- a/themes/baggy/_pocheit-form.twig +++ b/themes/baggy/_pocheit-form.twig | |||
@@ -1,7 +1,7 @@ | |||
1 | <div id="bagit-form" class="messages info"> | 1 | <div id="bagit-form" class="messages info"> |
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="close-button--popup close-button">×</a> |
5 | <input type="hidden" name="autoclose" value="1" /> | 5 | <input type="hidden" name="autoclose" value="1" /> |
6 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> | 6 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> |
7 | <span id="add-link-result"></span> | 7 | <span id="add-link-result"></span> |