Commit 8f46c53cf8c736bbf3e5ed2cd6a1188b4f3adb57
Committed by
Álvaro Fernando Matos de Souza
1 parent
a1beb481
Exists in
master_with_pkg_fixes
and in
2 other branches
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
src/noosfero-spb-theme/css/software-pages.css
@@ -312,8 +312,8 @@ | @@ -312,8 +312,8 @@ | ||
312 | color:#172738; | 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 | margin-top: -2px; | 317 | margin-top: -2px; |
318 | padding: 4px 0px 4px 2px; | 318 | padding: 4px 0px 4px 2px; |
319 | border-radius: 4px; | 319 | border-radius: 4px; |
@@ -426,16 +426,16 @@ | @@ -426,16 +426,16 @@ | ||
426 | 426 | ||
427 | .template-lefttopright .box-2 #bt_wiki::after, | 427 | .template-lefttopright .box-2 #bt_wiki::after, |
428 | .template-lefttopright .box-2 #bt_repositorio::after{ | 428 | .template-lefttopright .box-2 #bt_repositorio::after{ |
429 | + width: 18px; | ||
430 | + position: absolute; | ||
431 | + right: 10px; | ||
429 | margin-top: -2px; | 432 | margin-top: -2px; |
430 | padding: 4px 0px 4px 2px; | 433 | padding: 4px 0px 4px 2px; |
431 | border-radius: 4px; | 434 | border-radius: 4px; |
432 | - width: 18px; | ||
433 | - right: 10px; | ||
434 | - line-height: 20px; | ||
435 | - position: absolute; | ||
436 | background: #2C66CE; | 435 | background: #2C66CE; |
437 | color: #FFF; | 436 | color: #FFF; |
438 | font-size: 16px; | 437 | font-size: 16px; |
438 | + line-height: 12px; | ||
439 | text-align: center; | 439 | text-align: center; |
440 | content: url('../images/right-arrow.png'); | 440 | content: url('../images/right-arrow.png'); |
441 | } | 441 | } |