diff --git a/tpl/_head.twig b/tpl/_head.twig index 6a8258a..cab317a 100644 --- a/tpl/_head.twig +++ b/tpl/_head.twig @@ -9,4 +9,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/tpl/config.twig b/tpl/config.twig index b41cd30..c838c31 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 1ae3a60..7633534 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -229,6 +229,27 @@ a, a:hover, a:visited { font-weight: bold; } +#bookmarklet { + padding: 5px; + border: 1px dashed #808080; + background: #fff; + cursor: move; +} + +.top_link { + position: fixed; + right: 15px; + bottom: 15px; + display: none; + padding: 20px; + background: #ccc; + -moz-border-radius: 40px; + -webkit-border-radius: 40px; + border-radius: 40px; + opacity: 0.9; + z-index: 2000; +} + footer { clear: both; }