Commit 7a95b4301d213b5f47134a9f444890462b013dd4
1 parent
5ea487f7
Exists in
master
and in
79 other branches
Fixing arrow's display bug on firefox
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
style.css
... | ... | @@ -3312,14 +3312,14 @@ input[type=checkbox] { |
3312 | 3312 | padding-bottom: 4px; |
3313 | 3313 | } |
3314 | 3314 | |
3315 | -#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-up { | |
3315 | +#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-up:after { | |
3316 | 3316 | content: url('images/top-arrow-black.png'); |
3317 | 3317 | float: right; |
3318 | 3318 | padding-top: 7px; |
3319 | 3319 | padding-right: 6px; |
3320 | 3320 | } |
3321 | 3321 | |
3322 | -#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-down { | |
3322 | +#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-down:after { | |
3323 | 3323 | content: url('images/bottom-arrow-black.png'); |
3324 | 3324 | float: right; |
3325 | 3325 | padding-top: 7px; | ... | ... |