]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #500 from ArthurHoaro/plugin-icon-style
authorArthur <arthur@hoa.ro>
Sun, 28 Feb 2016 13:28:43 +0000 (14:28 +0100)
committerArthur <arthur@hoa.ro>
Sun, 28 Feb 2016 13:28:43 +0000 (14:28 +0100)
Fixes #411: remove hardcoded plugin icon size

inc/shaarli.css
plugins/archiveorg/archiveorg.html
plugins/qrcode/qrcode.html
plugins/readityourself/readityourself.html
plugins/wallabag/wallabag.html

index 7a9d9afbe5ccbeb605bc7bfb9d50ae60964c52c7..305afddc47da84da7c5bef3c496f0bb8ba1ad37b 100644 (file)
@@ -1182,3 +1182,8 @@ ul.errors {
     font-style: normal;
     color: #80AD48;
 }
+
+.linklist-plugin-icon {
+    width: 13px;
+    height: 13px;
+}
index ce3bc6b78df80a00d64358b74829b9c15e59595e..576bd46eee866686b3ca40411c41b46a96d0196f 100644 (file)
@@ -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>
index ffdaf3b82ed00e644add10d3eaf8eb9384e20d69..cebc56443b2e6b04b16bf4f48dfda49b8d44dabc 100644 (file)
@@ -1,5 +1,5 @@
 <div class="linkqrcode">
     <a href="http://qrfree.kaywa.com/?l=1&amp;s=8&amp;d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s">
-        <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
+        <img src="%s/qrcode/qrcode.png" class="linklist-plugin-icon" title="QR-Code">
     </a>
 </div>
index fa0210f754a1f6ee5c7f65e19bade1427cda694c..e8c5f7844806f4dca09efec332ca7cea9512fa36 100644 (file)
@@ -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>
index d0382adc95b1fab36916b6fb516078a04eda3875..c7b1d044bb22201904bddc1c120d27ead1b9831e 100644 (file)
@@ -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>