From 15f8c9026e596167a72c7d3abaf00621599a5713 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 6 Jul 2012 10:15:12 +0200 Subject: some link icon fixes FS#2548 Made sure all links align as well as possible in a list, giveing them all the same padding. Adjusted the template's icons to use 16x16 size and use the additional space for alignment. Adjusted some of the default interwiki icons (amazon, skype, paypal). --- lib/images/interwiki/amazon.de.gif | Bin 110 -> 132 bytes lib/images/interwiki/amazon.gif | Bin 110 -> 132 bytes lib/images/interwiki/amazon.uk.gif | Bin 110 -> 132 bytes lib/images/interwiki/callto.gif | Bin 178 -> 177 bytes lib/images/interwiki/paypal.gif | Bin 171 -> 138 bytes lib/images/interwiki/skype.gif | Bin 0 -> 157 bytes lib/images/interwiki/skype.png | Bin 675 -> 0 bytes lib/tpl/dokuwiki/css/_links.css | 8 ++------ lib/tpl/dokuwiki/images/email.png | Bin 631 -> 659 bytes lib/tpl/dokuwiki/images/external-link.png | Bin 808 -> 816 bytes lib/tpl/dokuwiki/images/unc.png | Bin 542 -> 553 bytes 11 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 lib/images/interwiki/skype.gif delete mode 100644 lib/images/interwiki/skype.png (limited to 'lib') diff --git a/lib/images/interwiki/amazon.de.gif b/lib/images/interwiki/amazon.de.gif index 6e36a051a..a0d2cd4cb 100644 Binary files a/lib/images/interwiki/amazon.de.gif and b/lib/images/interwiki/amazon.de.gif differ diff --git a/lib/images/interwiki/amazon.gif b/lib/images/interwiki/amazon.gif index 6e36a051a..a0d2cd4cb 100644 Binary files a/lib/images/interwiki/amazon.gif and b/lib/images/interwiki/amazon.gif differ diff --git a/lib/images/interwiki/amazon.uk.gif b/lib/images/interwiki/amazon.uk.gif index 6e36a051a..a0d2cd4cb 100644 Binary files a/lib/images/interwiki/amazon.uk.gif and b/lib/images/interwiki/amazon.uk.gif differ diff --git a/lib/images/interwiki/callto.gif b/lib/images/interwiki/callto.gif index f6d424554..60158c565 100644 Binary files a/lib/images/interwiki/callto.gif and b/lib/images/interwiki/callto.gif differ diff --git a/lib/images/interwiki/paypal.gif b/lib/images/interwiki/paypal.gif index 1d2834062..a2dc89431 100644 Binary files a/lib/images/interwiki/paypal.gif and b/lib/images/interwiki/paypal.gif differ diff --git a/lib/images/interwiki/skype.gif b/lib/images/interwiki/skype.gif new file mode 100644 index 000000000..2c900a8b2 Binary files /dev/null and b/lib/images/interwiki/skype.gif differ diff --git a/lib/images/interwiki/skype.png b/lib/images/interwiki/skype.png deleted file mode 100644 index c70216702..000000000 Binary files a/lib/images/interwiki/skype.png and /dev/null differ diff --git a/lib/tpl/dokuwiki/css/_links.css b/lib/tpl/dokuwiki/css/_links.css index 240e336bd..22502f6a9 100644 --- a/lib/tpl/dokuwiki/css/_links.css +++ b/lib/tpl/dokuwiki/css/_links.css @@ -39,22 +39,19 @@ .dokuwiki a.interwiki { background-repeat: no-repeat; background-position: 0 center; - padding: 0 0 0 20px; + padding: 0 0 0 18px; } /* external link */ .dokuwiki a.urlextern { background-image: url(images/external-link.png); - padding: 0 0 0 15px; } /* windows share */ .dokuwiki a.windows { background-image: url(images/unc.png); - padding: 0 0 0 16px; } /* email link */ .dokuwiki a.mail { background-image: url(images/email.png); - padding: 0 0 0 16px; } /* icons of the following are set by dokuwiki in lib/exe/css.php */ @@ -63,7 +60,6 @@ } /* interwiki link */ .dokuwiki a.interwiki { - padding: 0 0 0 17px; } /* RTL corrections; if link icons don't work as expected, remove the following lines */ @@ -73,5 +69,5 @@ [dir=rtl] .dokuwiki a.interwiki, [dir=rtl] .dokuwiki a.mediafile { background-position: right center; - padding: 0 17px 0 0; + padding: 0 18px 0 0; } diff --git a/lib/tpl/dokuwiki/images/email.png b/lib/tpl/dokuwiki/images/email.png index 37f776a33..d1d4a5fd5 100644 Binary files a/lib/tpl/dokuwiki/images/email.png and b/lib/tpl/dokuwiki/images/email.png differ diff --git a/lib/tpl/dokuwiki/images/external-link.png b/lib/tpl/dokuwiki/images/external-link.png index 23c825027..a4d5de17c 100644 Binary files a/lib/tpl/dokuwiki/images/external-link.png and b/lib/tpl/dokuwiki/images/external-link.png differ diff --git a/lib/tpl/dokuwiki/images/unc.png b/lib/tpl/dokuwiki/images/unc.png index dbd225c2b..a552d6e6f 100644 Binary files a/lib/tpl/dokuwiki/images/unc.png and b/lib/tpl/dokuwiki/images/unc.png differ -- cgit v1.2.3