From: NumEricR Date: Sun, 25 Aug 2013 14:40:12 +0000 (+0200) Subject: Externalize bookmarklet style X-Git-Tag: 1.0-beta4~1^2^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a4990dd294c08e40c86123605fbfbc78bc930a6e;p=github%2Fwallabag%2Fwallabag.git Externalize bookmarklet style --- diff --git a/tpl/config.twig b/tpl/config.twig index 89d5bf84..4c919221 100644 --- a/tpl/config.twig +++ b/tpl/config.twig @@ -17,7 +17,7 @@
  • firefox: download the extension
  • chrome: download the extension
  • android: download the application
  • -
  • bookmarklet: drag & drop this link to your bookmarks bar {% trans "poche it!" %}
  • +
  • bookmarklet: drag & drop this link to your bookmarks bar {% trans "poche it!" %}
  • {% trans "Updating poche" %}

    diff --git a/tpl/css/style.css b/tpl/css/style.css index 1ae3a601..3d3c5385 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -229,6 +229,13 @@ a, a:hover, a:visited { font-weight: bold; } +#bookmarklet { + padding: 5px; + border: 1px dashed #808080; + background: #fff; + cursor: move; +} + footer { clear: both; }