Showing
1 changed file
with
2 additions
and
2 deletions
@@ -284,12 +284,12 @@ | @@ -284,12 +284,12 @@ | ||
284 | } | 284 | } |
285 | 285 | ||
286 | .senior-up-icon { | 286 | .senior-up-icon { |
287 | + position: relative; | ||
287 | width: 100%; | 288 | width: 100%; |
288 | height: 9px; | 289 | height: 9px; |
289 | - z-index: 1; | 290 | + z-index: 3; |
290 | margin-left: -11px; | 291 | margin-left: -11px; |
291 | visibility: hidden; | 292 | visibility: hidden; |
292 | - | ||
293 | background: image-url('product/senior-up.png') no-repeat; | 293 | background: image-url('product/senior-up.png') no-repeat; |
294 | background-position-x: 50%; | 294 | background-position-x: 50%; |
295 | } | 295 | } |
-
Please register or login to post a comment