From: Trevor Parscal Date: Mon, 10 May 2010 20:39:47 +0000 (+0000) Subject: Adjusted padding to compensate for reducing the icon sizes in r66151. X-Git-Tag: 1.31.0-rc.0~36895 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=77713365c5119084b4fda3c18f94886ca9f77710;p=lhc%2Fweb%2Fwiklou.git Adjusted padding to compensate for reducing the icon sizes in r66151. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 69aeb8dd76..73e819f3e1 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 = '277'; +$wgStyleVersion = '278'; # Server-side caching: diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 9f26e511f9..54bbe307b1 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -999,27 +999,27 @@ h3, h4, h5 { #content a[href ^="https://"], .link-https { background: url(images/lock-icon.png?2) center right no-repeat; - padding: 0 18px 0 0; + padding: 0 13px 0 0; } #content a[href ^="mailto:"], .link-mailto { background: url(images/mail-icon.png?2) center right no-repeat; - padding: 0 18px 0 0; + padding: 0 13px 0 0; } #content a[href ^="news://"] { background: url(images/news-icon.png?2) center right no-repeat; - padding: 0 18px 0 0; + padding: 0 13px 0 0; } #content a[href ^="ftp://"], .link-ftp { background: url(images/file-icon.png?2) center right no-repeat; - padding: 0 18px 0 0; + padding: 0 13px 0 0; } #content a[href ^="irc://"], #content a.extiw[href ^="irc://"], .link-irc { background: url(images/talk-icon.png?2) center right no-repeat; - padding: 0 18px 0 0; + padding: 0 13px 0 0; } #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], #content a.external[href $=".mid"], #content a.external[href $=".MID"], @@ -1029,7 +1029,7 @@ h3, h4, h5 { #content a.external[href $=".wma"], #content a.external[href $=".WMA"], .link-audio { background: url("images/audio-icon.png?2") center right no-repeat; - padding: 0 18px 0 0; + padding: 0 13px 0 0; } #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], #content a.external[href $=".avi"], #content a.external[href $=".AVI"], @@ -1037,14 +1037,14 @@ h3, h4, h5 { #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], .link-video { background: url("images/video-icon.png?2") center right no-repeat; - padding: 0 18px 0 0; + padding: 0 13px 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?2") center right no-repeat; - padding: 0 18px 0 0; + padding: 0 13px 0 0; } /* Interwiki Styling (Disabled) */ #content a.extiw, diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 43b510bb4b..a6b96ef653 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -999,27 +999,27 @@ h3, h4, h5 { #content a[href ^="https://"], .link-https { background: url(images/lock-icon.png?2) center left no-repeat; - padding: 0 0 0 18px; + padding: 0 0 0 13px; } #content a[href ^="mailto:"], .link-mailto { background: url(images/mail-icon.png?2) center left no-repeat; - padding: 0 0 0 18px; + padding: 0 0 0 13px; } #content a[href ^="news://"] { background: url(images/news-icon.png?2) center left no-repeat; - padding: 0 0 0 18px; + padding: 0 0 0 13px; } #content a[href ^="ftp://"], .link-ftp { background: url(images/file-icon.png?2) center left no-repeat; - padding: 0 0 0 18px; + padding: 0 0 0 13px; } #content a[href ^="irc://"], #content a.extiw[href ^="irc://"], .link-irc { background: url(images/talk-icon.png?2) center left no-repeat; - padding: 0 0 0 18px; + padding: 0 0 0 13px; } #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], #content a.external[href $=".mid"], #content a.external[href $=".MID"], @@ -1029,7 +1029,7 @@ h3, h4, h5 { #content a.external[href $=".wma"], #content a.external[href $=".WMA"], .link-audio { background: url("images/audio-icon.png?2") center left no-repeat; - padding: 0 0 0 18px; + padding: 0 0 0 13px; } #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], #content a.external[href $=".avi"], #content a.external[href $=".AVI"], @@ -1037,14 +1037,14 @@ h3, h4, h5 { #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], .link-video { background: url("images/video-icon.png?2") center left no-repeat; - padding: 0 0 0 18px; + padding: 0 0 0 13px; } #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?2") center left no-repeat; - padding: 0 0 0 18px; + padding: 0 0 0 13px; } /* Interwiki Styling (Disabled) */ #content a.extiw,