r57034 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57033‎ | r57034 | r57035 >
Date:22:42, 28 September 2009
Author:tparscal
Status:reverted
Tags:
Comment:
Oops! The on/off states of the star icon were backwards!
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -1095,19 +1095,19 @@
10961096 }
10971097 #ca-unwatch.icon a {
10981098 background-image: url(images/watch-icons.png);
1099 - background-position: 5px 60%;
 1099+ background-position: -43px 60%;
11001100 }
11011101 #ca-watch.icon a {
11021102 background-image: url(images/watch-icons.png);
1103 - background-position: -43px 60%;
 1103+ background-position: 5px 60%;
11041104 }
11051105 #ca-unwatch.icon a:hover {
11061106 background-image: url(images/watch-icons.png);
1107 - background-position: -19px 60%;
 1107+ background-position: -67px 60%;
11081108 }
11091109 #ca-watch.icon a:hover {
11101110 background-image: url(images/watch-icons.png);
1111 - background-position: -67px 60%;
 1111+ background-position: -19px 60%;
11121112 }
11131113 #ca-unwatch.icon a.loading,
11141114 #ca-watch.icon a.loading {
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -1095,19 +1095,19 @@
10961096 }
10971097 #ca-unwatch.icon a {
10981098 background-image: url(images/watch-icons.png);
1099 - background-position: 5px 60%;
 1099+ background-position: -43px 60%;
11001100 }
11011101 #ca-watch.icon a {
11021102 background-image: url(images/watch-icons.png);
1103 - background-position: -43px 60%;
 1103+ background-position: 5px 60%;
11041104 }
11051105 #ca-unwatch.icon a:hover {
11061106 background-image: url(images/watch-icons.png);
1107 - background-position: -19px 60%;
 1107+ background-position: -67px 60%;
11081108 }
11091109 #ca-watch.icon a:hover {
11101110 background-image: url(images/watch-icons.png);
1111 - background-position: -67px 60%;
 1111+ background-position: -19px 60%;
11121112 }
11131113 #ca-unwatch.icon a.loading,
11141114 #ca-watch.icon a.loading {

Follow-up revisions

RevisionCommit summaryAuthorDate
r57036Inc $wgStyleVersion to reflect changes in r57030 and r57034 (watch/unwatch ic...tparscal22:49, 28 September 2009
r57125Revert r56924 (new watch icon and color changes for Vector) and followups r57...catrope17:58, 30 September 2009

Status & tagging log