Commit 28a87c6687cba7e919ad2c542de3b14fe32346bf

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 7b798c58

updating theme

Showing 1 changed file with 13 additions and 8 deletions   Show diff stats
style.css
... ... @@ -2619,19 +2619,19 @@ body.action-embed-index {
2619 2619 background-color: transparent;
2620 2620 border-bottom: 0 solid #AAAAAA;
2621 2621 border-top: 0 none;
2622   - left: -20px;
  2622 + left: -12px;
2623 2623 margin-bottom: 0;
2624   - margin-top: -44px;
  2624 + margin-top: -38px;
2625 2625 position: relative;
2626 2626 }
2627 2627  
2628 2628 .action-embed-index #content .box-1 .block-title span {
2629   - background-color: #497b16;
2630   - color: white;
2631   - font-size: 18px;
2632   - font-variant: normal;
2633   - padding: 6px 1em;
2634   - text-align: left;
  2629 + background-color: #497b16;
  2630 + color: white;
  2631 + font-size: 18px;
  2632 + font-variant: normal;
  2633 + padding: 6px 1em;
  2634 + text-align: left;
2635 2635 }
2636 2636  
2637 2637 /******** BLOCK => TRACK CARD LIST *********/
... ... @@ -2639,6 +2639,11 @@ body.action-embed-index {
2639 2639 background: url("images/bg-bloco-de-trilhas.png") no-repeat scroll center top transparent;
2640 2640 }
2641 2641  
  2642 +.action-embed-index .community-track-plugin_track-card-list-block .track_list {
  2643 + text-align: center;
  2644 + padding: 22px 0px 0px 0px;
  2645 +}
  2646 +
2642 2647 /** Bloco de redes sociais **/
2643 2648 .social_widget {
2644 2649 margin-left: 5px;
... ...