]> 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

1  2 
themes/baggy/css/main.css

index f8238744928be9f1c15d48d8178174bf19228074,711c152beeb64cf2b21e1a8c422922bfd2974d5f..9c50786b7539db9ea26b06e8d5fe8a4c68515a8c
@@@ -630,7 -630,7 +630,7 @@@ a.add-to-wallabag-link-after:after 
  
  #add-link-result {
    font-weight: bold;
-   margin-top: 10px;
+   font-size: 0.9em;
  }
  
  /* ==========================================================================
@@@ -923,13 -923,6 +923,13 @@@ blockquote 
    text-decoration: underline;
  }
  
 +pre code {
 +              font-family: "Courier New", Courier, monospace;
 +              border: 1px solid #ccc;
 +              font-size: 0.96em;
 +}
 +
 +
  /* ==========================================================================
     6 = Media Queries
     ========================================================================== */
      left: 0;
    }
  }
 +