Commit 092e0c55170814e1e82e81526f92c637938aa519

Authored by Álvaro Fernando Matos de Souza
1 parent 7a95b430

Adding image limits and format only for the edit page - #85

Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
Signed-off-by: ArthurJahn <stutrzbecher@gmail.com>
Showing 2 changed files with 14 additions and 9 deletions   Show diff stats
page-inicial.css
... ... @@ -621,6 +621,11 @@ span.label {
621 621 border-radius: 0 0 8px 8px;
622 622 }
623 623  
  624 +.action-home-index #content .box-3 .highlights-image-link img {
  625 + height: 96px;
  626 + max-width: 210px;
  627 +}
  628 +
624 629 .action-home-index #content .box-3 .highlights-label {
625 630 border-top: 4px solid #3b61a7;
626 631 position: relative;
... ... @@ -630,7 +635,7 @@ span.label {
630 635 padding-right: 20px;
631 636 padding-left: 20px;
632 637 padding-top: 23px;
633   - padding-bottom: 11px;
  638 + padding-bottom: 46px;
634 639 background: #e8e9ec;
635 640 vertical-align: middle;
636 641 text-align: center;
... ...
style.css
... ... @@ -3588,7 +3588,7 @@ input[type=checkbox] {
3588 3588  
3589 3589 /******* Bloco Highlights *******/
3590 3590  
3591   -#content .box-3 .block-outer .highlights-block .block-inner-2 .block-title {
  3591 +.action-environment_design-index #content .box-3 .block-outer .highlights-block .block-inner-2 .block-title {
3592 3592 width: auto;
3593 3593 background-color: #eeeff1;
3594 3594 border: 1px solid #c0c1c1;
... ... @@ -3606,7 +3606,7 @@ input[type=checkbox] {
3606 3606 border-bottom: 0;
3607 3607 }
3608 3608  
3609   -#content .box-3 .highlights-border {
  3609 +.action-environment_design-index #content .box-3 .highlights-border {
3610 3610 width: auto;
3611 3611 border: 1px solid #c0c1c1;
3612 3612 max-height: 230px;
... ... @@ -3614,7 +3614,7 @@ input[type=checkbox] {
3614 3614 border-radius: 0 0 8px 8px;
3615 3615 }
3616 3616  
3617   -#content .box-3 .highlights-container {
  3617 +.action-environment_design-index #content .box-3 .highlights-container {
3618 3618 width: 100% !important;
3619 3619 position: relative;
3620 3620 top: 0px;
... ... @@ -3628,7 +3628,7 @@ input[type=checkbox] {
3628 3628 padding-bottom: 0px;
3629 3629 }
3630 3630  
3631   -#content .box-3 .highlights-image-link {
  3631 +.action-environment_design-index #content .box-3 .highlights-image-link {
3632 3632 width: 220px;
3633 3633 max-height: 217px;
3634 3634 padding-top: 18px;
... ... @@ -3636,7 +3636,7 @@ input[type=checkbox] {
3636 3636 border-radius: 0 0 8px 8px;
3637 3637 }
3638 3638  
3639   -#content .box-3 .highlights-label {
  3639 +.action-environment_design-index #content .box-3 .highlights-label {
3640 3640 border-top: 4px solid #3b61a7;
3641 3641 position: relative;
3642 3642 bottom: -18px;
... ... @@ -3655,7 +3655,7 @@ input[type=checkbox] {
3655 3655 font-family: "open_sansbold", Arial, Helvetica, sans-serif;
3656 3656 }
3657 3657  
3658   -#content .box-3 .highlights-block-pager {
  3658 +.action-environment_design-index #content .box-3 .highlights-block-pager {
3659 3659 height: 20px;
3660 3660 background-color: #FFF;
3661 3661 width: 190px;
... ... @@ -3668,7 +3668,7 @@ input[type=checkbox] {
3668 3668 }
3669 3669  
3670 3670 /* Primeira imagem */
3671   -#content .box-3 .highlights-block-pager a {
  3671 +.action-environment_design-index #content .box-3 .highlights-block-pager a {
3672 3672 color: transparent;
3673 3673 background: #c0c1c1 center no-repeat;
3674 3674 text-indent: -5000px;
... ... @@ -3682,7 +3682,7 @@ input[type=checkbox] {
3682 3682 border-color: transparent;
3683 3683 z-index: 1000;
3684 3684 }
3685   -#content .box-3 .highlights-block-pager a.activeSlide {
  3685 +.action-environment_design-index #content .box-3 .highlights-block-pager a.activeSlide {
3686 3686 color: transparent;
3687 3687 background: #3e67b1;
3688 3688 border-color: transparent;
... ...