Compare View

switch
from
...
to
 
Commits (2)
@@ -3168,10 +3168,11 @@ input[type=checkbox] { @@ -3168,10 +3168,11 @@ input[type=checkbox] {
3168 } 3168 }
3169 3169
3170 #content .main-content .star-rate-data { 3170 #content .main-content .star-rate-data {
  3171 + border-bottom: 1px solid #D3D6DE;
3171 border-top: 1px solid #D3D6DE !important; 3172 border-top: 1px solid #D3D6DE !important;
3172 color: #172738; 3173 color: #172738;
3173 margin-top: 16px; 3174 margin-top: 16px;
3174 - padding-top: 29px; 3175 + padding: 29px 0px 21px 0px;
3175 } 3176 }
3176 3177
3177 #content .main-content .star-rate-data .star-rate-form .star-rate-text, 3178 #content .main-content .star-rate-data .star-rate-form .star-rate-text,
@@ -3261,6 +3262,7 @@ input[type=checkbox] { @@ -3261,6 +3262,7 @@ input[type=checkbox] {
3261 } 3262 }
3262 3263
3263 #content .main-content .star-rate-data .star-rate-form .star-notice { 3264 #content .main-content .star-rate-data .star-rate-form .star-notice {
  3265 + display: none;
3264 float: left; 3266 float: left;
3265 margin-top: 10px; 3267 margin-top: 10px;
3266 margin-left: 10px; 3268 margin-left: 10px;
@@ -3346,8 +3348,8 @@ input[type=checkbox] { @@ -3346,8 +3348,8 @@ input[type=checkbox] {
3346 .star-rate-data { 3348 .star-rate-data {
3347 background-image: url('images/validacao_frontend_relato_de_uso.jpg'); 3349 background-image: url('images/validacao_frontend_relato_de_uso.jpg');
3348 background-repeat: no-repeat; 3350 background-repeat: no-repeat;
3349 -}  
3350 -*/ 3351 +}*/
  3352 +
3351 .ratings-list { 3353 .ratings-list {
3352 /*background-image: url('images/tela_listagem_relato_uso_v4_fechado.jpg');*/ 3354 /*background-image: url('images/tela_listagem_relato_uso_v4_fechado.jpg');*/
3353 /* background-image: url('images/print_listagem.jpg');*/ 3355 /* background-image: url('images/print_listagem.jpg');*/
@@ -3360,9 +3362,11 @@ input[type=checkbox] { @@ -3360,9 +3362,11 @@ input[type=checkbox] {
3360 } 3362 }
3361 3363
3362 .ratings-list .user-rating-block { 3364 .ratings-list .user-rating-block {
3363 - padding-bottom: 30px; 3365 + border-bottom: 1px solid #D3D6DE;
  3366 + border-top: none;
  3367 + padding-bottom: 40px;
3364 padding-top: 32px; 3368 padding-top: 32px;
3365 - margin-top: 10px; 3369 + margin-top: 0px;
3366 } 3370 }
3367 3371
3368 .ratings-list .star-profile-information { 3372 .ratings-list .star-profile-information {
@@ -3429,17 +3433,22 @@ input[type=checkbox] { @@ -3429,17 +3433,22 @@ input[type=checkbox] {
3429 3433
3430 #content .ratings-title .block-title { 3434 #content .ratings-title .block-title {
3431 background: none; 3435 background: none;
  3436 + border-bottom: 1px solid #D3D6DE;
3432 border-top: none; 3437 border-top: none;
3433 color: #172738; 3438 color: #172738;
3434 font-size: 20px; 3439 font-size: 20px;
3435 font-weight: 700; 3440 font-weight: 700;
3436 letter-spacing: 1.8px; 3441 letter-spacing: 1.8px;
3437 - padding: 0px 0px 0px 4px; 3442 + margin-bottom: 0px;
  3443 + padding: 0px 0px 12px 4px;
3438 } 3444 }
3439 3445
3440 .ratings-list .make-report-block { 3446 .ratings-list .make-report-block {
3441 /*background-image: url('images/test.jpg');*/ 3447 /*background-image: url('images/test.jpg');*/
3442 background-repeat: no-repeat; 3448 background-repeat: no-repeat;
  3449 + border-bottom: 1px solid #D3D6DE;
  3450 + border-top: none;
  3451 + margin-top: 0px;
3443 padding-top: 32px; 3452 padding-top: 32px;
3444 } 3453 }
3445 3454
@@ -3481,6 +3490,10 @@ input[type=checkbox] { @@ -3481,6 +3490,10 @@ input[type=checkbox] {
3481 text-transform: uppercase; 3490 text-transform: uppercase;
3482 } 3491 }
3483 3492
  3493 +.ratings-list .see-more {
  3494 + border-top: none;
  3495 +}
  3496 +
3484 .ratings-list a.icon-arrow-right-p { 3497 .ratings-list a.icon-arrow-right-p {
3485 background: none; 3498 background: none;
3486 /*background-image: url('images/teste2.jpg');*/ 3499 /*background-image: url('images/teste2.jpg');*/
@@ -184,6 +184,12 @@ $('#link-buscar').click(function(e) { @@ -184,6 +184,12 @@ $('#link-buscar').click(function(e) {
184 $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); 184 $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.');
185 $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos'); 185 $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos');
186 $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'enviar relato'); 186 $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'enviar relato');
  187 + $('.main-content .star-rate-data .star-rate-form .star-rate-text').html('Avalie o software');
  188 + $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software');
  189 + $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)');
  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');
  192 + $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values label').html('Recursos economizados');
187 } 193 }
188 194
189 function add_top_tooltips(){ 195 function add_top_tooltips(){