From: Trevor Parscal Date: Mon, 28 Sep 2009 22:42:53 +0000 (+0000) Subject: Oops! The on/off states of the star icon were backwards! X-Git-Tag: 1.31.0-rc.0~39482 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=59dc8df92d4afa12cc03b6a3fe25f7f699f80ecc;p=lhc%2Fweb%2Fwiklou.git Oops! The on/off states of the star icon were backwards! --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 841787055e..aa9373a084 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -1095,19 +1095,19 @@ h1, h2, h3, h4, h5, h6 { } #ca-unwatch.icon a { background-image: url(images/watch-icons.png); - background-position: 5px 60%; + background-position: -43px 60%; } #ca-watch.icon a { background-image: url(images/watch-icons.png); - background-position: -43px 60%; + background-position: 5px 60%; } #ca-unwatch.icon a:hover { background-image: url(images/watch-icons.png); - background-position: -19px 60%; + background-position: -67px 60%; } #ca-watch.icon a:hover { background-image: url(images/watch-icons.png); - background-position: -67px 60%; + background-position: -19px 60%; } #ca-unwatch.icon a.loading, #ca-watch.icon a.loading { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 7647468965..d579023f48 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -1095,19 +1095,19 @@ h1, h2, h3, h4, h5, h6 { } #ca-unwatch.icon a { background-image: url(images/watch-icons.png); - background-position: 5px 60%; + background-position: -43px 60%; } #ca-watch.icon a { background-image: url(images/watch-icons.png); - background-position: -43px 60%; + background-position: 5px 60%; } #ca-unwatch.icon a:hover { background-image: url(images/watch-icons.png); - background-position: -19px 60%; + background-position: -67px 60%; } #ca-watch.icon a:hover { background-image: url(images/watch-icons.png); - background-position: -67px 60%; + background-position: -19px 60%; } #ca-unwatch.icon a.loading, #ca-watch.icon a.loading {