diff options
-rw-r--r-- | inc/shaarli.css | 5 | ||||
-rw-r--r-- | plugins/archiveorg/archiveorg.html | 2 | ||||
-rw-r--r-- | plugins/qrcode/qrcode.html | 2 | ||||
-rw-r--r-- | plugins/readityourself/readityourself.html | 2 | ||||
-rw-r--r-- | plugins/wallabag/wallabag.html | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 1be4d752..fec4d679 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -1178,3 +1178,8 @@ ul.errors { | |||
1178 | font-style: normal; | 1178 | font-style: normal; |
1179 | color: #80AD48; | 1179 | color: #80AD48; |
1180 | } | 1180 | } |
1181 | |||
1182 | .linklist-plugin-icon { | ||
1183 | width: 13px; | ||
1184 | height: 13px; | ||
1185 | } | ||
diff --git a/plugins/archiveorg/archiveorg.html b/plugins/archiveorg/archiveorg.html index ce3bc6b7..576bd46e 100644 --- a/plugins/archiveorg/archiveorg.html +++ b/plugins/archiveorg/archiveorg.html | |||
@@ -1 +1 @@ | |||
<span><a href="https://web.archive.org/web/%s"><img width="13" height="13" src="plugins/archiveorg/internetarchive.png" title="View on archive.org" /></a></span> \ No newline at end of file | <span><a href="https://web.archive.org/web/%s"><img class="linklist-plugin-icon" src="plugins/archiveorg/internetarchive.png" title="View on archive.org" /></a></span> | ||
diff --git a/plugins/qrcode/qrcode.html b/plugins/qrcode/qrcode.html index ffdaf3b8..cebc5644 100644 --- a/plugins/qrcode/qrcode.html +++ b/plugins/qrcode/qrcode.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <div class="linkqrcode"> | 1 | <div class="linkqrcode"> |
2 | <a href="http://qrfree.kaywa.com/?l=1&s=8&d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s"> | 2 | <a href="http://qrfree.kaywa.com/?l=1&s=8&d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s"> |
3 | <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code"> | 3 | <img src="%s/qrcode/qrcode.png" class="linklist-plugin-icon" title="QR-Code"> |
4 | </a> | 4 | </a> |
5 | </div> | 5 | </div> |
diff --git a/plugins/readityourself/readityourself.html b/plugins/readityourself/readityourself.html index fa0210f7..e8c5f784 100644 --- a/plugins/readityourself/readityourself.html +++ b/plugins/readityourself/readityourself.html | |||
@@ -1 +1 @@ | |||
<span><a href="%s?url=%s"><img width="13" height="13" src="%s/readityourself/book-open.png" title="Read with Readityourself" /></a></span> \ No newline at end of file | <span><a href="%s?url=%s"><img class="linklist-plugin-icon" src="%s/readityourself/book-open.png" title="Read with Readityourself" /></a></span> | ||
diff --git a/plugins/wallabag/wallabag.html b/plugins/wallabag/wallabag.html index d0382adc..c7b1d044 100644 --- a/plugins/wallabag/wallabag.html +++ b/plugins/wallabag/wallabag.html | |||
@@ -1 +1 @@ | |||
<span><a href="%s%s" target="_blank"><img width="13" height="13" src="%s/wallabag/wallabag.png" title="Save to wallabag" /></a></span> | <span><a href="%s%s" target="_blank"><img class="linklist-plugin-icon" src="%s/wallabag/wallabag.png" title="Save to wallabag" /></a></span> | ||