]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #784 from wallabag/fix-successful-add-message
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 18 Aug 2014 12:40:54 +0000 (14:40 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 18 Aug 2014 12:40:54 +0000 (14:40 +0200)
fix display of 'Done' message when we add a link from 'save a link' item

themes/baggy/_pocheit-form.twig
themes/baggy/css/main.css

index 505ec368e30754fe71858d8a8fdf0bb3161b56de..57a928c0b4c2a135b5bc0e716ecdc1dcb9501d89 100755 (executable)
@@ -4,7 +4,7 @@
         {% trans "Save a link" %}</h2>
         <input type="hidden" name="autoclose" value="1" />
         <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
+        <span id="add-link-result"></span>
         <input type="submit" value="{% trans "save link!" %}" />
-        <div id="add-link-result"></div>
     </form>
 </div>
index f8238744928be9f1c15d48d8178174bf19228074..9c50786b7539db9ea26b06e8d5fe8a4c68515a8c 100755 (executable)
@@ -630,7 +630,7 @@ a.add-to-wallabag-link-after:after {
 
 #add-link-result {
   font-weight: bold;
-  margin-top: 10px;
+  font-size: 0.9em;
 }
 
 /* ==========================================================================