Compare View
Commits (8)
Showing
3 changed files
Show diff stats
cadastro.css
@@ -179,7 +179,9 @@ margin:10px; | @@ -179,7 +179,9 @@ margin:10px; | ||
179 | padding: 15px !important; | 179 | padding: 15px !important; |
180 | } | 180 | } |
181 | 181 | ||
182 | - | 182 | +#profile-data .institution_container #input_institution { |
183 | + margin-bottom: 10px; | ||
184 | +} | ||
183 | 185 | ||
184 | /* cadastro de software */ | 186 | /* cadastro de software */ |
185 | 187 | ||
@@ -695,8 +697,8 @@ body #content .main-content form .button-bar a.button { | @@ -695,8 +697,8 @@ body #content .main-content form .button-bar a.button { | ||
695 | margin-right: 10px; | 697 | margin-right: 10px; |
696 | display: inline-block; | 698 | display: inline-block; |
697 | min-width: 100px; | 699 | min-width: 100px; |
698 | - padding-right: 5px; | ||
699 | - padding-left: 5px; | 700 | + padding-right: 10px; |
701 | + padding-left: 10px; | ||
700 | text-align: center; | 702 | text-align: center; |
701 | } | 703 | } |
702 | 704 | ||
@@ -749,7 +751,7 @@ body #content form .button-bar .icon-delete { | @@ -749,7 +751,7 @@ body #content form .button-bar .icon-delete { | ||
749 | 751 | ||
750 | .formfield{ | 752 | .formfield{ |
751 | font-weight: 500; | 753 | font-weight: 500; |
752 | - padding-right: 10px; | 754 | + padding-right: 10px; |
753 | } | 755 | } |
754 | 756 | ||
755 | .formlabel{ | 757 | .formlabel{ |
@@ -820,7 +822,7 @@ body #content .main-block form .button-bar a.button, | @@ -820,7 +822,7 @@ body #content .main-block form .button-bar a.button, | ||
820 | body #content .main-content form .button-bar a.button { | 822 | body #content .main-content form .button-bar a.button { |
821 | padding: 1px 0 0 0; | 823 | padding: 1px 0 0 0; |
822 | height: 0; | 824 | height: 0; |
823 | - line-height: auto; | 825 | + line-height: auto; |
824 | color: #2C66CE; | 826 | color: #2C66CE; |
825 | font-size: 14px; | 827 | font-size: 14px; |
826 | border: 1px solid #2C66CE; | 828 | border: 1px solid #2C66CE; |
style.css
@@ -3163,6 +3163,63 @@ input[type=checkbox] { | @@ -3163,6 +3163,63 @@ input[type=checkbox] { | ||
3163 | padding: 0px; | 3163 | padding: 0px; |
3164 | }*/ | 3164 | }*/ |
3165 | 3165 | ||
3166 | +/* página principal do software */ | ||
3167 | + | ||
3168 | +#content #software-information-block-table { | ||
3169 | + width: 100%; | ||
3170 | +} | ||
3171 | + | ||
3172 | +#content #software-information-block-table h1 { | ||
3173 | + font-size: 34px; | ||
3174 | +} | ||
3175 | + | ||
3176 | +#content #software-information-block-table #col-profile-big-image { | ||
3177 | + padding-right: 0px; | ||
3178 | +} | ||
3179 | + | ||
3180 | +#content #software-information-block-table #col-software-name { | ||
3181 | + padding-left: 0px; | ||
3182 | +} | ||
3183 | + | ||
3184 | + | ||
3185 | +#content .community-average-rating-container { | ||
3186 | + /*background-image: url('images/software_relato_uso_cabecalho2.jpg'); | ||
3187 | + background-repeat: no-repeat;*/ | ||
3188 | + margin-top: 21px; | ||
3189 | + overflow: auto; | ||
3190 | +} | ||
3191 | + | ||
3192 | +#content .community-average-rating-container .star-rate-text { | ||
3193 | + font-size: 14px; | ||
3194 | + letter-spacing: 0.2px; | ||
3195 | + margin-right: 5px; | ||
3196 | + padding: 4px 0px 0px 3px; | ||
3197 | +} | ||
3198 | + | ||
3199 | +#content .community-average-rating-container .star-container { | ||
3200 | + margin-top: 2px; | ||
3201 | +} | ||
3202 | + | ||
3203 | +#content .community-average-rating-container .rate-this-community { | ||
3204 | + font-size: 14px; | ||
3205 | + text-decoration: underline; | ||
3206 | + margin: 4px 0px 0px 6px; | ||
3207 | + padding: 0px 0px 0px 15px; | ||
3208 | +} | ||
3209 | + | ||
3210 | +#content .community-average-rating-container .star-container .medium-star-negative, | ||
3211 | +#content .community-average-rating-container .star-container .medium-star-positive { | ||
3212 | + margin-right: 3px; | ||
3213 | +} | ||
3214 | + | ||
3215 | + | ||
3216 | +/* página interna */ | ||
3217 | + | ||
3218 | +#content .main-content .star-page-title, | ||
3219 | +#content .main-content .star-rate-data { | ||
3220 | + max-width: 560px; | ||
3221 | +} | ||
3222 | + | ||
3166 | #content .main-content .star-page-title .title { | 3223 | #content .main-content .star-page-title .title { |
3167 | font-size: 34px !important; | 3224 | font-size: 34px !important; |
3168 | } | 3225 | } |
@@ -3303,6 +3360,11 @@ input[type=checkbox] { | @@ -3303,6 +3360,11 @@ input[type=checkbox] { | ||
3303 | overflow: auto; | 3360 | overflow: auto; |
3304 | } | 3361 | } |
3305 | 3362 | ||
3363 | +#content .star-rate-form .star-comment-container .comments-display-fields:hover span, | ||
3364 | +#content .star-rate-form .star-comment-container .comments-display-fields:hover span:after { | ||
3365 | + opacity: 0.6; | ||
3366 | +} | ||
3367 | + | ||
3306 | #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { | 3368 | #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { |
3307 | color: #172738; | 3369 | color: #172738; |
3308 | display: block; | 3370 | display: block; |
@@ -3334,6 +3396,7 @@ input[type=checkbox] { | @@ -3334,6 +3396,7 @@ input[type=checkbox] { | ||
3334 | } | 3396 | } |
3335 | 3397 | ||
3336 | #content .star-rate-form .star-comment-container .star-tooltip { | 3398 | #content .star-rate-form .star-comment-container .star-tooltip { |
3399 | + cursor: default; | ||
3337 | content: '?'; | 3400 | content: '?'; |
3338 | border-radius: 90%; | 3401 | border-radius: 90%; |
3339 | font-size: 12px; | 3402 | font-size: 12px; |
@@ -3427,7 +3490,7 @@ input[type=checkbox] { | @@ -3427,7 +3490,7 @@ input[type=checkbox] { | ||
3427 | margin-top: 2px; | 3490 | margin-top: 2px; |
3428 | } | 3491 | } |
3429 | 3492 | ||
3430 | -.ratings-list .user-rating-block .user-testimony-container .aditional-informations { | 3493 | +.ratings-list .user-rating-block .user-testimony-container .additional-informations { |
3431 | margin-top: 10px; | 3494 | margin-top: 10px; |
3432 | } | 3495 | } |
3433 | 3496 | ||
@@ -3479,17 +3542,34 @@ input[type=checkbox] { | @@ -3479,17 +3542,34 @@ input[type=checkbox] { | ||
3479 | padding-left: 1px; | 3542 | padding-left: 1px; |
3480 | } | 3543 | } |
3481 | 3544 | ||
3482 | -.ratings-list .make-report-block .make-report-container .button-bar a { | 3545 | +.ratings-list .make-report-block .make-report-container .button-bar a, |
3546 | +.star-rate-data .rating-cooldown .button-bar a, | ||
3547 | +.star-rate-data .rating-vote-once .button-bar a { | ||
3483 | background-color: #3E67B1 !important; | 3548 | background-color: #3E67B1 !important; |
3484 | background-image: none; | 3549 | background-image: none; |
3485 | color: #fff !important; | 3550 | color: #fff !important; |
3486 | font-weight: 700; | 3551 | font-weight: 700; |
3487 | font-size: 14px; | 3552 | font-size: 14px; |
3553 | + font-style: normal; | ||
3488 | height: 31px; | 3554 | height: 31px; |
3489 | padding: 0px 7px 0px 7px; | 3555 | padding: 0px 7px 0px 7px; |
3490 | text-transform: uppercase; | 3556 | text-transform: uppercase; |
3491 | } | 3557 | } |
3492 | 3558 | ||
3559 | +.star-rate-data .rating-cooldown, | ||
3560 | +.star-rate-data .rating-vote-once { | ||
3561 | + font-family: Arial; | ||
3562 | + font-size: 18px; | ||
3563 | + font-style: italic; | ||
3564 | + word-break: break-word; | ||
3565 | +} | ||
3566 | + | ||
3567 | +.star-rate-data .rating-cooldown .button-bar a.disabled-button, | ||
3568 | +.star-rate-data .rating-vote-once .button-bar a.disabled-button { | ||
3569 | + cursor: not-allowed; | ||
3570 | + opacity: 0.4; | ||
3571 | +} | ||
3572 | + | ||
3493 | .ratings-list .see-more { | 3573 | .ratings-list .see-more { |
3494 | border-top: none; | 3574 | border-top: none; |
3495 | } | 3575 | } |
@@ -3521,6 +3601,7 @@ input[type=checkbox] { | @@ -3521,6 +3601,7 @@ input[type=checkbox] { | ||
3521 | text-align: center; | 3601 | text-align: center; |
3522 | } | 3602 | } |
3523 | 3603 | ||
3604 | + | ||
3524 | /*********************** PÁGINA DE AJUDA ***********************/ | 3605 | /*********************** PÁGINA DE AJUDA ***********************/ |
3525 | 3606 | ||
3526 | #content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list li { | 3607 | #content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list li { |
@@ -3682,6 +3763,7 @@ input[type=checkbox] { | @@ -3682,6 +3763,7 @@ input[type=checkbox] { | ||
3682 | border-color: transparent; | 3763 | border-color: transparent; |
3683 | z-index: 1000; | 3764 | z-index: 1000; |
3684 | } | 3765 | } |
3766 | + | ||
3685 | .action-environment_design-index #content .box-3 .highlights-block-pager a.activeSlide { | 3767 | .action-environment_design-index #content .box-3 .highlights-block-pager a.activeSlide { |
3686 | color: transparent; | 3768 | color: transparent; |
3687 | background: #3e67b1; | 3769 | background: #3e67b1; |
@@ -3689,3 +3771,43 @@ input[type=checkbox] { | @@ -3689,3 +3771,43 @@ input[type=checkbox] { | ||
3689 | } | 3771 | } |
3690 | 3772 | ||
3691 | /******* FIM - Bloco Highlights - FIM *******/ | 3773 | /******* FIM - Bloco Highlights - FIM *******/ |
3774 | + | ||
3775 | + | ||
3776 | +/**** animated.css ****/ | ||
3777 | +.animated { | ||
3778 | + -webkit-animation-duration: 0.5s; | ||
3779 | + animation-duration: 0.5s; | ||
3780 | + -webkit-animation-fill-mode: both; | ||
3781 | + animation-fill-mode: both; | ||
3782 | +} | ||
3783 | + | ||
3784 | +.slideInDown { | ||
3785 | + -webkit-animation-name: slideInDown; | ||
3786 | + animation-name: slideInDown; | ||
3787 | +} | ||
3788 | + | ||
3789 | +@-webkit-keyframes slideInDown { | ||
3790 | + from { | ||
3791 | + -webkit-transform: translate3d(0, -100%, 0); | ||
3792 | + transform: translate3d(0, -100%, 0); | ||
3793 | + visibility: visible; | ||
3794 | + } | ||
3795 | + | ||
3796 | + 100% { | ||
3797 | + -webkit-transform: translate3d(0, 0, 0); | ||
3798 | + transform: translate3d(0, 0, 0); | ||
3799 | + } | ||
3800 | +} | ||
3801 | + | ||
3802 | +@keyframes slideInDown { | ||
3803 | + from { | ||
3804 | + -webkit-transform: translate3d(0, 0%, 0); | ||
3805 | + transform: translate3d(0, -100%, 0); | ||
3806 | + visibility: visible; | ||
3807 | + } | ||
3808 | + | ||
3809 | + 100% { | ||
3810 | + -webkit-transform: translate3d(0, 0, 0); | ||
3811 | + transform: translate3d(0, 0, 0); | ||
3812 | + } | ||
3813 | +} |
theme.js
@@ -164,7 +164,7 @@ $('#link-buscar').click(function(e) { | @@ -164,7 +164,7 @@ $('#link-buscar').click(function(e) { | ||
164 | } | 164 | } |
165 | 165 | ||
166 | function set_arrow_direction() { | 166 | function set_arrow_direction() { |
167 | - var additional_data_bar = $('#comments-additional-information'); | 167 | + var additional_data_bar = $('.comments-display-fields'); |
168 | var arrow = $('.comments-arrow-down'); | 168 | var arrow = $('.comments-arrow-down'); |
169 | var state = 0; | 169 | var state = 0; |
170 | 170 | ||
@@ -190,6 +190,10 @@ $('#link-buscar').click(function(e) { | @@ -190,6 +190,10 @@ $('#link-buscar').click(function(e) { | ||
190 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); | 190 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); |
191 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited label').html('Número de beneficiados'); | 191 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited label').html('Número de beneficiados'); |
192 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values label').html('Recursos economizados'); | 192 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values label').html('Recursos economizados'); |
193 | + $('.community-average-rating-container .star-rate-text').html('Avaliação dos usuários:'); | ||
194 | + $('.community-average-rating-container .rate-this-community a').html('Avalie o software'); | ||
195 | + | ||
196 | + | ||
193 | } | 197 | } |
194 | 198 | ||
195 | function add_top_tooltips(){ | 199 | function add_top_tooltips(){ |