diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-12-13 20:44:22 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-12-21 14:01:52 +0100 |
commit | 28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3 (patch) | |
tree | a0b3c198f1af5d28d4f8192a958bd1bf6fb7bb0b /plugins/qrcode/qrcode.html | |
parent | 79851b489087f8a3027ecd805255cd13ee6fcf63 (diff) | |
download | Shaarli-28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3.tar.gz Shaarli-28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3.tar.zst Shaarli-28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3.zip |
Fixes QRCode style
* fixes a regression misplacing QRCode popup.
* adds a 'show' class in JS to handle CSS transition.
Diffstat (limited to 'plugins/qrcode/qrcode.html')
-rw-r--r-- | plugins/qrcode/qrcode.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/qrcode/qrcode.html b/plugins/qrcode/qrcode.html index 58ac5007..ffdaf3b8 100644 --- a/plugins/qrcode/qrcode.html +++ b/plugins/qrcode/qrcode.html | |||
@@ -1,3 +1,5 @@ | |||
1 | <a href="http://qrfree.kaywa.com/?l=1&s=8&d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s"> | 1 | <div class="linkqrcode"> |
2 | <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code"> | 2 | <a href="http://qrfree.kaywa.com/?l=1&s=8&d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s"> |
3 | </a> | 3 | <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code"> |
4 | </a> | ||
5 | </div> | ||