Commit 7367f307729dc106b5c8e9365ddd252d66c11d84
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
| ... | ... | @@ -408,6 +408,7 @@ p { |
| 408 | 408 | max-width: 460px; |
| 409 | 409 | height: 300px; |
| 410 | 410 | } |
| 411 | + | |
| 411 | 412 | .action-home-index #content .display-content-block .image a, |
| 412 | 413 | .action-environment_design-index #content .display-content-block .image a{ |
| 413 | 414 | } |
| ... | ... | @@ -496,15 +497,25 @@ p { |
| 496 | 497 | width: 100%; |
| 497 | 498 | text-align: center; |
| 498 | 499 | margin-bottom: 1em; |
| 500 | + margin-right: 0; | |
| 499 | 501 | } |
| 500 | -.action-home-index #content .container-block-plugin_container-block .display-content-block .image img, | |
| 502 | +/*.action-home-index #content .container-block-plugin_container-block .display-content-block .image img, | |
| 501 | 503 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image img{ |
| 502 | 504 | max-width: 258px; |
| 503 | 505 | max-height: 265px; |
| 504 | -} | |
| 506 | +}*/ | |
| 505 | 507 | .action-home-index #content .container-block-plugin_container-block .display-content-block .image a, |
| 506 | 508 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image a{ |
| 507 | 509 | } |
| 510 | + | |
| 511 | +.action-home-index #content .container-block-plugin_container-block .display-content-block .image img, | |
| 512 | +.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image img { | |
| 513 | + height: 100%; | |
| 514 | + max-height: 200px; | |
| 515 | + max-width: 295px; | |
| 516 | +} | |
| 517 | + | |
| 518 | + | |
| 508 | 519 | .action-home-index #content .container-block-plugin_container-block .display-content-block .lead, |
| 509 | 520 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .lead{ |
| 510 | 521 | float: none; |
| ... | ... | @@ -1022,7 +1033,11 @@ input.button.with-text { |
| 1022 | 1033 | min-height: 15px; |
| 1023 | 1034 | padding: 5px 0; |
| 1024 | 1035 | text-align: center; |
| 1025 | - text-transform: uppercase; | |
| 1036 | + | |
| 1037 | + vertical-align: middle; | |
| 1038 | + width: 219px; | |
| 1039 | + display: table-cell; | |
| 1040 | + height: 45px; | |
| 1026 | 1041 | } |
| 1027 | 1042 | |
| 1028 | 1043 | ... | ... |