Commit 3bd5dd774c15d655b82a1a57523a7a3c4ce7d6f0

Authored by Melissa Wen
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,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 }