Commit 44f8d53ce1fa7c693935ba7aa4713055ec271678
1 parent
467d90e6
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
17 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 | } |
| ... | ... | @@ -497,14 +498,23 @@ p { |
| 497 | 498 | text-align: center; |
| 498 | 499 | margin-bottom: 1em; |
| 499 | 500 | } |
| 500 | -.action-home-index #content .container-block-plugin_container-block .display-content-block .image img, | |
| 501 | +/*.action-home-index #content .container-block-plugin_container-block .display-content-block .image img, | |
| 501 | 502 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image img{ |
| 502 | 503 | max-width: 258px; |
| 503 | 504 | max-height: 265px; |
| 504 | -} | |
| 505 | +}*/ | |
| 505 | 506 | .action-home-index #content .container-block-plugin_container-block .display-content-block .image a, |
| 506 | 507 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image a{ |
| 507 | 508 | } |
| 509 | + | |
| 510 | +.action-home-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 { | |
| 512 | + height: 100%; | |
| 513 | + max-height: 200px; | |
| 514 | + max-width: 295px; | |
| 515 | +} | |
| 516 | + | |
| 517 | + | |
| 508 | 518 | .action-home-index #content .container-block-plugin_container-block .display-content-block .lead, |
| 509 | 519 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .lead{ |
| 510 | 520 | float: none; |
| ... | ... | @@ -1022,7 +1032,11 @@ input.button.with-text { |
| 1022 | 1032 | min-height: 15px; |
| 1023 | 1033 | padding: 5px 0; |
| 1024 | 1034 | text-align: center; |
| 1025 | - text-transform: uppercase; | |
| 1035 | + | |
| 1036 | + vertical-align: middle; | |
| 1037 | + width: 219px; | |
| 1038 | + display: table-cell; | |
| 1039 | + height: 45px; | |
| 1026 | 1040 | } |
| 1027 | 1041 | |
| 1028 | 1042 | ... | ... |