Commit f5783d2df9ef991b6910381d837994c05e8589fb
1 parent
4c45f1ed
Exists in
master
and in
5 other branches
updating theme
Showing
2 changed files
with
37 additions
and
1 deletions
Show diff stats
cabecalho-amarelo-theme.css
| ... | ... | @@ -277,7 +277,7 @@ input.searchField { |
| 277 | 277 | |
| 278 | 278 | #header input.searchButton { |
| 279 | 279 | background-image: url("images/search-button.gif"); |
| 280 | - background-position: 3px 2px; | |
| 280 | + background-position: 8px 2px; | |
| 281 | 281 | background-repeat: no-repeat; |
| 282 | 282 | background-color: #ffffff; |
| 283 | 283 | } | ... | ... |
style.css
| ... | ... | @@ -554,8 +554,44 @@ p { |
| 554 | 554 | width: 960px; |
| 555 | 555 | } |
| 556 | 556 | |
| 557 | +.action-home-index #wrap-2{ | |
| 558 | + padding:0; | |
| 559 | +} | |
| 560 | + | |
| 561 | +.action-home-index #content { | |
| 562 | + left: 0px; | |
| 563 | + margin-left: 0; | |
| 564 | + margin-top: 0; | |
| 565 | + position: relative; | |
| 566 | + width: 100%; | |
| 567 | +} | |
| 557 | 568 | |
| 558 | 569 | |
| 570 | +.action-home-index #content .block-outer .block { | |
| 571 | + left: -480px; | |
| 572 | + margin-left: 50%; | |
| 573 | + margin-top: 0; | |
| 574 | + position: relative; | |
| 575 | + width: 960px; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.action-home-index #content .block-outer .block .block{ | |
| 579 | + left: 0px; | |
| 580 | + margin-left: 0; | |
| 581 | + margin-top: 0; | |
| 582 | + position: relative; | |
| 583 | + width: 100%; | |
| 584 | +} | |
| 585 | + | |
| 586 | +.action-home-index #content .block-outer .tags-block{ | |
| 587 | + left: 0px; | |
| 588 | + margin-left: 0; | |
| 589 | + margin-top: 0; | |
| 590 | + position: relative; | |
| 591 | + width: 100%; | |
| 592 | + | |
| 593 | +} | |
| 594 | + | |
| 559 | 595 | |
| 560 | 596 | /*data - evento*/ |
| 561 | 597 | ... | ... |