Commit 469cd22c2404095f079fad6af8add391af7bde27
1 parent
af7b0e0e
Exists in
master
and in
9 other branches
Changing use report block border top to border bottom
Showing
1 changed file
with
18 additions
and
6 deletions
Show diff stats
style.css
... | ... | @@ -3168,10 +3168,11 @@ input[type=checkbox] { |
3168 | 3168 | } |
3169 | 3169 | |
3170 | 3170 | #content .main-content .star-rate-data { |
3171 | + border-bottom: 1px solid #D3D6DE; | |
3171 | 3172 | border-top: 1px solid #D3D6DE !important; |
3172 | 3173 | color: #172738; |
3173 | 3174 | margin-top: 16px; |
3174 | - padding-top: 29px; | |
3175 | + padding: 29px 0px 21px 0px; | |
3175 | 3176 | } |
3176 | 3177 | |
3177 | 3178 | #content .main-content .star-rate-data .star-rate-form .star-rate-text, |
... | ... | @@ -3347,8 +3348,8 @@ input[type=checkbox] { |
3347 | 3348 | .star-rate-data { |
3348 | 3349 | background-image: url('images/validacao_frontend_relato_de_uso.jpg'); |
3349 | 3350 | background-repeat: no-repeat; |
3350 | -} | |
3351 | -*/ | |
3351 | +}*/ | |
3352 | + | |
3352 | 3353 | .ratings-list { |
3353 | 3354 | /*background-image: url('images/tela_listagem_relato_uso_v4_fechado.jpg');*/ |
3354 | 3355 | /* background-image: url('images/print_listagem.jpg');*/ |
... | ... | @@ -3361,9 +3362,11 @@ input[type=checkbox] { |
3361 | 3362 | } |
3362 | 3363 | |
3363 | 3364 | .ratings-list .user-rating-block { |
3364 | - padding-bottom: 30px; | |
3365 | + border-bottom: 1px solid #D3D6DE; | |
3366 | + border-top: none; | |
3367 | + padding-bottom: 40px; | |
3365 | 3368 | padding-top: 32px; |
3366 | - margin-top: 10px; | |
3369 | + margin-top: 0px; | |
3367 | 3370 | } |
3368 | 3371 | |
3369 | 3372 | .ratings-list .star-profile-information { |
... | ... | @@ -3430,17 +3433,22 @@ input[type=checkbox] { |
3430 | 3433 | |
3431 | 3434 | #content .ratings-title .block-title { |
3432 | 3435 | background: none; |
3436 | + border-bottom: 1px solid #D3D6DE; | |
3433 | 3437 | border-top: none; |
3434 | 3438 | color: #172738; |
3435 | 3439 | font-size: 20px; |
3436 | 3440 | font-weight: 700; |
3437 | 3441 | letter-spacing: 1.8px; |
3438 | - padding: 0px 0px 0px 4px; | |
3442 | + margin-bottom: 0px; | |
3443 | + padding: 0px 0px 12px 4px; | |
3439 | 3444 | } |
3440 | 3445 | |
3441 | 3446 | .ratings-list .make-report-block { |
3442 | 3447 | /*background-image: url('images/test.jpg');*/ |
3443 | 3448 | background-repeat: no-repeat; |
3449 | + border-bottom: 1px solid #D3D6DE; | |
3450 | + border-top: none; | |
3451 | + margin-top: 0px; | |
3444 | 3452 | padding-top: 32px; |
3445 | 3453 | } |
3446 | 3454 | |
... | ... | @@ -3482,6 +3490,10 @@ input[type=checkbox] { |
3482 | 3490 | text-transform: uppercase; |
3483 | 3491 | } |
3484 | 3492 | |
3493 | +.ratings-list .see-more { | |
3494 | + border-top: none; | |
3495 | +} | |
3496 | + | |
3485 | 3497 | .ratings-list a.icon-arrow-right-p { |
3486 | 3498 | background: none; |
3487 | 3499 | /*background-image: url('images/teste2.jpg');*/ | ... | ... |