Commit 3bd5dd774c15d655b82a1a57523a7a3c4ce7d6f0
1 parent
0c60c1d2
Exists in
pkg_fixes
Fix repository block arrow on integration and local environment - irregular beha…
…viors between environments
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
css/software-pages.css
... | ... | @@ -312,8 +312,8 @@ |
312 | 312 | color:#172738; |
313 | 313 | } |
314 | 314 | |
315 | -.template-default .box-3 #bt_wiki:after, | |
316 | -.template-default .box-3 #bt_repositorio:after{ | |
315 | +.template-default .box-3 #bt_wiki::after, | |
316 | +.template-default .box-3 #bt_repositorio::after{ | |
317 | 317 | margin-top: -2px; |
318 | 318 | padding: 4px 0px 4px 2px; |
319 | 319 | border-radius: 4px; |
... | ... | @@ -426,16 +426,16 @@ |
426 | 426 | |
427 | 427 | .template-lefttopright .box-2 #bt_wiki::after, |
428 | 428 | .template-lefttopright .box-2 #bt_repositorio::after{ |
429 | + width: 18px; | |
430 | + position: absolute; | |
431 | + right: 10px; | |
429 | 432 | margin-top: -2px; |
430 | 433 | padding: 4px 0px 4px 2px; |
431 | 434 | border-radius: 4px; |
432 | - width: 18px; | |
433 | - right: 10px; | |
434 | - line-height: 20px; | |
435 | - position: absolute; | |
436 | 435 | background: #2C66CE; |
437 | 436 | color: #FFF; |
438 | 437 | font-size: 16px; |
438 | + line-height: 12px; | |
439 | 439 | text-align: center; |
440 | 440 | content: url('../images/right-arrow.png'); |
441 | 441 | } | ... | ... |