Commit 86bc483c authored by Riccardo Padovani's avatar Riccardo Padovani

Fixed bug #1115623

parent b4e317b7
...@@ -792,7 +792,7 @@ a.medal { ...@@ -792,7 +792,7 @@ a.medal {
width: 18px; width: 18px;
height: 17px; height: 17px;
display: inline-block; display: inline-block;
background-position-y: top; background-position: 0 top;
background-repeat: no-repeat; background-repeat: no-repeat;
vertical-align: middle; vertical-align: middle;
} }
...@@ -1373,17 +1373,17 @@ ins { ...@@ -1373,17 +1373,17 @@ ins {
.gold, .badge1 { .gold, .badge1 {
color: #FFCC00; color: #FFCC00;
background-position-x: -115px !important; background-position: -115px 0 !important;
} }
.silver, .badge2 { .silver, .badge2 {
color: #CCCCCC; color: #CCCCCC;
background-position-x: -88px !important; background-position: -88px 0 !important;
} }
.bronze, .badge3 { .bronze, .badge3 {
color: #CC9933; color: #CC9933;
background-position-x: -61px !important; background-position: -61px 0 !important;
} }
.score, .accept_rate { .score, .accept_rate {
...@@ -1584,12 +1584,12 @@ padding: 6px; ...@@ -1584,12 +1584,12 @@ padding: 6px;
height: 100%; height: 100%;
width: 10px; width: 10px;
vertical-align: middle; vertical-align: middle;
background-position-y: center; background-position: 0 center;
} }
#close-notify:hover { #close-notify:hover {
text-decoration: none; text-decoration: none;
background-position-x: right; background-position: right 0;
} }
.big { .big {
...@@ -1775,25 +1775,12 @@ a.post-vote.up, a.post-vote.down, a.accept-answer, .favorite-mark { ...@@ -1775,25 +1775,12 @@ a.post-vote.up, a.post-vote.down, a.accept-answer, .favorite-mark {
background-color: transparent; background-color: transparent;
} }
a.post-vote.up { a.post-vote.up {background-position: 0 -157px;}
background-position-y: -157px; a.post-vote.down {background-position: 0 -132px;}
} a.accept-answer {background-position: 0 -105px;}
.favorite-mark {background-position: 0 -185px;}
a.post-vote.down {
background-position-y: -132px;
}
a.accept-answer {
background-position-y: -105px;
}
.favorite-mark { a.post-vote.up.on, a.post-vote.up:hover, a.post-vote.down.on, a.post-vote.down:hover, a.accept-answer.on, a.accept-answer:hover, .favorite-mark.on, a.favorite-mark:hover {background-position: -31px 0;}
background-position-y: -185px;
}
a.post-vote.up.on, a.post-vote.up:hover, a.post-vote.down.on, a.post-vote.down:hover, a.accept-answer.on, a.accept-answer:hover, .favorite-mark.on, a.favorite-mark:hover {
background-position-x: -31px;
}
.community-wiki { .community-wiki {
font-size: 11px; font-size: 11px;
...@@ -1895,29 +1882,12 @@ a.comment-delete, a.comment-edit, a.comment-like, a.comment-convert, a.comment-c ...@@ -1895,29 +1882,12 @@ a.comment-delete, a.comment-edit, a.comment-like, a.comment-convert, a.comment-c
width: 18px; width: 18px;
} }
a.comment-delete { a.comment-delete {background-position: 0 -18px;}
background-position-y: -18px; a.comment-edit {background-position: 0 -36px;}
} a.comment-like {background-position: 0 -52px;}
a.comment-convert {background-position: 0 -69px;}
a.comment-edit { a.comment-convert-to-question {background-position: 0 -86px;}
background-position-y: -36px; a.comment-delete:hover, a.comment-edit:hover, a.comment-like:hover, a.comment-like.on, a.comment-convert:hover, a.comment-convert-to-question:hover {background-position: -19px 0;}
}
a.comment-like {
background-position-y: -52px;
}
a.comment-convert {
background-position-y: -69px;
}
a.comment-convert-to-question {
background-position-y: -86px;
}
a.comment-delete:hover, a.comment-edit:hover, a.comment-like:hover, a.comment-like.on, a.comment-convert:hover, a.comment-convert-to-question:hover {
background-position-x: -19px;
}
img.subscription-remove { img.subscription-remove {
float:right; float:right;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment