Commit 83b689916fcd25fe28cfbb05e8aca184e686fe01
Exists in
master
and in
5 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Showing
1 changed file
with
18 additions
and
3 deletions
Show diff stats
style.css
| @@ -416,6 +416,7 @@ p { | @@ -416,6 +416,7 @@ p { | ||
| 416 | max-width: 460px; | 416 | max-width: 460px; |
| 417 | height: 300px; | 417 | height: 300px; |
| 418 | } | 418 | } |
| 419 | + | ||
| 419 | .action-home-index #content .display-content-block .image a, | 420 | .action-home-index #content .display-content-block .image a, |
| 420 | .action-environment_design-index #content .display-content-block .image a{ | 421 | .action-environment_design-index #content .display-content-block .image a{ |
| 421 | } | 422 | } |
| @@ -504,15 +505,25 @@ p { | @@ -504,15 +505,25 @@ p { | ||
| 504 | width: 100%; | 505 | width: 100%; |
| 505 | text-align: center; | 506 | text-align: center; |
| 506 | margin-bottom: 1em; | 507 | margin-bottom: 1em; |
| 508 | + margin-right: 0; | ||
| 507 | } | 509 | } |
| 508 | -.action-home-index #content .container-block-plugin_container-block .display-content-block .image img, | 510 | +/*.action-home-index #content .container-block-plugin_container-block .display-content-block .image img, |
| 509 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image img{ | 511 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image img{ |
| 510 | max-width: 258px; | 512 | max-width: 258px; |
| 511 | max-height: 265px; | 513 | max-height: 265px; |
| 512 | -} | 514 | +}*/ |
| 513 | .action-home-index #content .container-block-plugin_container-block .display-content-block .image a, | 515 | .action-home-index #content .container-block-plugin_container-block .display-content-block .image a, |
| 514 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image a{ | 516 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image a{ |
| 515 | } | 517 | } |
| 518 | + | ||
| 519 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .image img, | ||
| 520 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image img { | ||
| 521 | + height: 100%; | ||
| 522 | + max-height: 200px; | ||
| 523 | + max-width: 295px; | ||
| 524 | +} | ||
| 525 | + | ||
| 526 | + | ||
| 516 | .action-home-index #content .container-block-plugin_container-block .display-content-block .lead, | 527 | .action-home-index #content .container-block-plugin_container-block .display-content-block .lead, |
| 517 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .lead{ | 528 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .lead{ |
| 518 | float: none; | 529 | float: none; |
| @@ -1030,7 +1041,11 @@ input.button.with-text { | @@ -1030,7 +1041,11 @@ input.button.with-text { | ||
| 1030 | min-height: 15px; | 1041 | min-height: 15px; |
| 1031 | padding: 5px 0; | 1042 | padding: 5px 0; |
| 1032 | text-align: center; | 1043 | text-align: center; |
| 1033 | - text-transform: uppercase; | 1044 | + |
| 1045 | + vertical-align: middle; | ||
| 1046 | + width: 219px; | ||
| 1047 | + display: table-cell; | ||
| 1048 | + height: 45px; | ||
| 1034 | } | 1049 | } |
| 1035 | 1050 | ||
| 1036 | 1051 |