From: Trevor Parscal Date: Mon, 10 May 2010 18:29:31 +0000 (+0000) Subject: Scaled down link icons for the Vector skin - previous icons were 16px, now they are... X-Git-Tag: 1.31.0-rc.0~36898 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=1641c5ec805aa71b60b0d7efca40f518b5812b3a;p=lhc%2Fweb%2Fwiklou.git Scaled down link icons for the Vector skin - previous icons were 16px, now they are 10px which fits within the appx 12-13px line-height much better. Resolves bug #23453 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 49b475c989..69aeb8dd76 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1677,7 +1677,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '276'; +$wgStyleVersion = '277'; # Server-side caching: diff --git a/skins/vector/images/audio-icon.png b/skins/vector/images/audio-icon.png index 0f59a2bbac..f5cbda3c05 100644 Binary files a/skins/vector/images/audio-icon.png and b/skins/vector/images/audio-icon.png differ diff --git a/skins/vector/images/document-icon.png b/skins/vector/images/document-icon.png index 91dc16f68c..6a7f1f2e88 100644 Binary files a/skins/vector/images/document-icon.png and b/skins/vector/images/document-icon.png differ diff --git a/skins/vector/images/file-icon.png b/skins/vector/images/file-icon.png index 1261f00c69..ff0952fee1 100644 Binary files a/skins/vector/images/file-icon.png and b/skins/vector/images/file-icon.png differ diff --git a/skins/vector/images/link-icon.png b/skins/vector/images/link-icon.png index fc77e81d17..aed4c2107b 100644 Binary files a/skins/vector/images/link-icon.png and b/skins/vector/images/link-icon.png differ diff --git a/skins/vector/images/lock-icon.png b/skins/vector/images/lock-icon.png index 9e63807a63..f7f0a460ae 100644 Binary files a/skins/vector/images/lock-icon.png and b/skins/vector/images/lock-icon.png differ diff --git a/skins/vector/images/mail-icon.png b/skins/vector/images/mail-icon.png index 50de078167..3237302a37 100644 Binary files a/skins/vector/images/mail-icon.png and b/skins/vector/images/mail-icon.png differ diff --git a/skins/vector/images/news-icon.png b/skins/vector/images/news-icon.png index 8ab49957de..06a66aab72 100644 Binary files a/skins/vector/images/news-icon.png and b/skins/vector/images/news-icon.png differ diff --git a/skins/vector/images/talk-icon.png b/skins/vector/images/talk-icon.png index 0b80ee91c4..e9c2a12605 100644 Binary files a/skins/vector/images/talk-icon.png and b/skins/vector/images/talk-icon.png differ diff --git a/skins/vector/images/video-icon.png b/skins/vector/images/video-icon.png index 5e7f4af7a5..c16e4946f7 100644 Binary files a/skins/vector/images/video-icon.png and b/skins/vector/images/video-icon.png differ diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 98619fd359..9f26e511f9 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -993,32 +993,32 @@ h3, h4, h5 { } #content a.external, #content a[href ^="gopher://"] { - background: url(images/external-link-ltr-icon.png?1) center right no-repeat; + background: url(images/external-link-ltr-icon.png?2) center right no-repeat; padding: 0 13px 0 0; } #content a[href ^="https://"], .link-https { - background: url(images/lock-icon.png?1) center right no-repeat; + background: url(images/lock-icon.png?2) center right no-repeat; padding: 0 18px 0 0; } #content a[href ^="mailto:"], .link-mailto { - background: url(images/mail-icon.png?1) center right no-repeat; + background: url(images/mail-icon.png?2) center right no-repeat; padding: 0 18px 0 0; } #content a[href ^="news://"] { - background: url(images/news-icon.png?1) center right no-repeat; + background: url(images/news-icon.png?2) center right no-repeat; padding: 0 18px 0 0; } #content a[href ^="ftp://"], .link-ftp { - background: url(images/file-icon.png?1) center right no-repeat; + background: url(images/file-icon.png?2) center right no-repeat; padding: 0 18px 0 0; } #content a[href ^="irc://"], #content a.extiw[href ^="irc://"], .link-irc { - background: url(images/talk-icon.png?1) center right no-repeat; + background: url(images/talk-icon.png?2) center right no-repeat; padding: 0 18px 0 0; } #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], @@ -1028,7 +1028,7 @@ h3, h4, h5 { #content a.external[href $=".wav"], #content a.external[href $=".WAV"], #content a.external[href $=".wma"], #content a.external[href $=".WMA"], .link-audio { - background: url("images/audio-icon.png") center right no-repeat; + background: url("images/audio-icon.png?2") center right no-repeat; padding: 0 18px 0 0; } #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], @@ -1036,14 +1036,14 @@ h3, h4, h5 { #content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"], #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], .link-video { - background: url("images/video-icon.png") center right no-repeat; + background: url("images/video-icon.png?2") center right no-repeat; padding: 0 18px 0 0; } #content a.external[href $=".pdf"], #content a.external[href $=".PDF"], #content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"], #content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"], .link-document { - background: url("images/document-icon.png") center right no-repeat; + background: url("images/document-icon.png?2") center right no-repeat; padding: 0 18px 0 0; } /* Interwiki Styling (Disabled) */ diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 116a7c4143..43b510bb4b 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -993,32 +993,32 @@ h3, h4, h5 { } #content a.external, #content a[href ^="gopher://"] { - background: url(images/external-link-rtl-icon.png?1) center left no-repeat; + background: url(images/external-link-rtl-icon.png?2) center left no-repeat; padding: 0 0 0 13px; } #content a[href ^="https://"], .link-https { - background: url(images/lock-icon.png?1) center left no-repeat; + background: url(images/lock-icon.png?2) center left no-repeat; padding: 0 0 0 18px; } #content a[href ^="mailto:"], .link-mailto { - background: url(images/mail-icon.png?1) center left no-repeat; + background: url(images/mail-icon.png?2) center left no-repeat; padding: 0 0 0 18px; } #content a[href ^="news://"] { - background: url(images/news-icon.png?1) center left no-repeat; + background: url(images/news-icon.png?2) center left no-repeat; padding: 0 0 0 18px; } #content a[href ^="ftp://"], .link-ftp { - background: url(images/file-icon.png?1) center left no-repeat; + background: url(images/file-icon.png?2) center left no-repeat; padding: 0 0 0 18px; } #content a[href ^="irc://"], #content a.extiw[href ^="irc://"], .link-irc { - background: url(images/talk-icon.png?1) center left no-repeat; + background: url(images/talk-icon.png?2) center left no-repeat; padding: 0 0 0 18px; } #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], @@ -1028,7 +1028,7 @@ h3, h4, h5 { #content a.external[href $=".wav"], #content a.external[href $=".WAV"], #content a.external[href $=".wma"], #content a.external[href $=".WMA"], .link-audio { - background: url("images/audio-icon.png") center left no-repeat; + background: url("images/audio-icon.png?2") center left no-repeat; padding: 0 0 0 18px; } #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], @@ -1036,14 +1036,14 @@ h3, h4, h5 { #content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"], #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], .link-video { - background: url("images/video-icon.png") center left no-repeat; + background: url("images/video-icon.png?2") center left no-repeat; padding: 0 0 0 18px; } #content a.external[href $=".pdf"], #content a.external[href $=".PDF"], #content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"], #content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"], .link-document { - background: url("images/document-icon.png") center left no-repeat; + background: url("images/document-icon.png?2") center left no-repeat; padding: 0 0 0 18px; } /* Interwiki Styling (Disabled) */