Commit a68ca5415571b9b4cd9e00bd1f82259e89b34c33

Authored by Gustavo Cruz
1 parent dc33cbd8

updating theme

Showing 1 changed file with 31 additions and 9 deletions   Show diff stats
style.css
... ... @@ -399,6 +399,7 @@ body {
399 399  
400 400 #theme-header {
401 401 font-size: 12px;
  402 + height: auto;
402 403 }
403 404  
404 405 #wrap-2 {
... ... @@ -406,7 +407,7 @@ body {
406 407 margin: auto;
407 408 border: 0px;
408 409 /*margin-top: 160px;*/
409   - margin-top: 170px;
  410 + margin-top: 3px;
410 411 }
411 412  
412 413 #main-content-wrapper-1,
... ... @@ -1556,8 +1557,6 @@ div#article-parent {
1556 1557 /*color: #004B82;*/
1557 1558 }
1558 1559  
1559   -
1560   -
1561 1560 /* circulos bloco de html puro*/
1562 1561  
1563 1562 .action-home-index #content .box-1 .raw-html-block {
... ... @@ -1677,7 +1676,8 @@ all_tracks .track_list {
1677 1676 padding-left: 50px;
1678 1677 }
1679 1678 */
1680   -.action-home-index #content .box-1 .block-footer-content .view_all a{
  1679 +
  1680 +.action-home-index #content .box-1 .block-footer-content .view_all a{
1681 1681 background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent;
1682 1682 color: #000000;
1683 1683 display: inline-block;
... ... @@ -1685,20 +1685,24 @@ all_tracks .track_list {
1685 1685 /*height: 39px;*/
1686 1686 padding: 10px 20px 10px 50px;
1687 1687 text-align: left;
1688   - margin-right: 45px;
  1688 + margin-right: 50px;
1689 1689  
1690 1690 }
1691 1691  
1692 1692 .track_list .item_card {
1693 1693 background-color: #fffafa;
1694 1694 border: 1px solid #DDDDDD;
1695   - float: none;
1696 1695 margin: 10px 15px;
1697 1696 padding: 0;
1698 1697 width: 190px;
  1698 + max-width: 190px;
1699 1699 height: 100%;
1700 1700 min-height: 335px;
1701   - display: inline-block;
  1701 + /*display: inline-block;*/
  1702 +}
  1703 +
  1704 +.action-home-index .track_list {
  1705 + padding: 0 30px;
1702 1706 }
1703 1707  
1704 1708 .action-home-index .track_list .item_card {
... ... @@ -1725,6 +1729,7 @@ all_tracks .track_list {
1725 1729 font-weight: normal;
1726 1730 padding: 5px 0;
1727 1731 text-align: center;
  1732 + min-height: 16px;
1728 1733 }
1729 1734  
1730 1735  
... ... @@ -2276,7 +2281,7 @@ _software,_cultura_e_conhecimentos_livres*/
2276 2281 position: relative;
2277 2282 left:-480px;
2278 2283 margin-left: 50%;*/
2279   - width: 390px !important;
  2284 + /*width: 390px !important;*/
2280 2285 }
2281 2286  
2282 2287 .container-block .communities-block .block-inner-1 {
... ... @@ -2368,6 +2373,7 @@ _software,_cultura_e_conhecimentos_livres*/
2368 2373 .action-home-index #wrap-2 {
2369 2374 max-width: none;
2370 2375 padding: 0px;
  2376 + background: url("images/bg-palacio-do-planalto.jpg") no-repeat center top transparent;
2371 2377 }
2372 2378  
2373 2379 .action-home-index #boxes {
... ... @@ -2376,7 +2382,7 @@ _software,_cultura_e_conhecimentos_livres*/
2376 2382  
2377 2383 .action-home-index #content {
2378 2384 margin: 0px;
2379   - background: url("images/bg-palacio-do-planalto.jpg") no-repeat center top #transparent;
  2385 +
2380 2386 }
2381 2387  
2382 2388 .action-home-index .home-blocks-inner {
... ... @@ -2543,3 +2549,19 @@ _software,_cultura_e_conhecimentos_livres*/
2543 2549 }
2544 2550  
2545 2551  
  2552 +
  2553 +/*IE FIX*/
  2554 +.action-home-index #content .box-1 .communities-block {
  2555 +/*width: 390px !important;*//*retirar esta linha*/
  2556 +}
  2557 +
  2558 +/*bonequinho do login - IE FIX*/
  2559 +
  2560 +#user a i.icon-menu-logout {
  2561 + top: 0px;
  2562 + width: 16px;
  2563 + height: 16px;
  2564 + margin-right: 7px;
  2565 + vertical-align: middle;
  2566 + display: inline-block;
  2567 +}
... ...