]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix display of 'Done' message when we add a link from 'save a link' item 784/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 22 Jul 2014 16:12:03 +0000 (18:12 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 22 Jul 2014 16:12:03 +0000 (18:12 +0200)
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 6d320cd2d657b6a108faa4a6213a5500fd97f37d..711c152beeb64cf2b21e1a8c422922bfd2974d5f 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;
 }
 
 /* ==========================================================================