aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-22 18:12:03 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-22 18:12:03 +0200
commit3e87066506bbbc5e0819c4f8bc7ec5b763b76303 (patch)
tree89fa1a38ea84d2b45766b9b25107087fad3a6d9c /themes/baggy
parent955fc6743871016787e8425425b63cd0f40acaa9 (diff)
downloadwallabag-3e87066506bbbc5e0819c4f8bc7ec5b763b76303.tar.gz
wallabag-3e87066506bbbc5e0819c4f8bc7ec5b763b76303.tar.zst
wallabag-3e87066506bbbc5e0819c4f8bc7ec5b763b76303.zip
fix display of 'Done' message when we add a link from 'save a link' item
Diffstat (limited to 'themes/baggy')
-rwxr-xr-xthemes/baggy/_pocheit-form.twig2
-rwxr-xr-xthemes/baggy/css/main.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/baggy/_pocheit-form.twig b/themes/baggy/_pocheit-form.twig
index 505ec368..57a928c0 100755
--- a/themes/baggy/_pocheit-form.twig
+++ b/themes/baggy/_pocheit-form.twig
@@ -4,7 +4,7 @@
4 {% trans "Save a link" %}</h2> 4 {% trans "Save a link" %}</h2>
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 <input type="submit" value="{% trans "save link!" %}" /> 8 <input type="submit" value="{% trans "save link!" %}" />
8 <div id="add-link-result"></div>
9 </form> 9 </form>
10</div> 10</div>
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 6d320cd2..711c152b 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -630,7 +630,7 @@ a.add-to-wallabag-link-after:after {
630 630
631#add-link-result { 631#add-link-result {
632 font-weight: bold; 632 font-weight: bold;
633 margin-top: 10px; 633 font-size: 0.9em;
634} 634}
635 635
636/* ========================================================================== 636/* ==========================================================================