Commit cc6488fc72575bb1b2ad0bde996fadda4a3b252f
1 parent
40197f47
Exists in
master
and in
9 other branches
Fixing star container alignment on use report block
Showing
1 changed file
with
21 additions
and
7 deletions
Show diff stats
style.css
| ... | ... | @@ -3350,7 +3350,7 @@ input[type=checkbox] { |
| 3350 | 3350 | */ |
| 3351 | 3351 | .ratings-list { |
| 3352 | 3352 | /*background-image: url('images/tela_listagem_relato_uso_v4_fechado.jpg');*/ |
| 3353 | - /*background-image: url('images/print_listagem.jpg');*/ | |
| 3353 | +/* background-image: url('images/print_listagem.jpg');*/ | |
| 3354 | 3354 | background-repeat: no-repeat; |
| 3355 | 3355 | } |
| 3356 | 3356 | |
| ... | ... | @@ -3360,14 +3360,13 @@ input[type=checkbox] { |
| 3360 | 3360 | } |
| 3361 | 3361 | |
| 3362 | 3362 | .ratings-list .user-rating-block { |
| 3363 | - padding-bottom: 23px; | |
| 3363 | + padding-bottom: 30px; | |
| 3364 | 3364 | padding-top: 32px; |
| 3365 | 3365 | margin-top: 10px; |
| 3366 | 3366 | } |
| 3367 | 3367 | |
| 3368 | 3368 | .ratings-list .star-profile-information { |
| 3369 | - padding-right: 15px; | |
| 3370 | - padding-top: 1px; | |
| 3369 | + padding: 1px 30px 0px 14px; | |
| 3371 | 3370 | width: 99px; |
| 3372 | 3371 | } |
| 3373 | 3372 | |
| ... | ... | @@ -3381,10 +3380,19 @@ input[type=checkbox] { |
| 3381 | 3380 | height: 60px; |
| 3382 | 3381 | } |
| 3383 | 3382 | |
| 3383 | +.ratings-list .user-rating-block .user-testimony-container { | |
| 3384 | + width: 100%; | |
| 3385 | +} | |
| 3386 | + | |
| 3387 | +.ratings-list .user-rating-block .user-testimony-container .star-container div { | |
| 3388 | + display: inline; | |
| 3389 | +} | |
| 3390 | + | |
| 3384 | 3391 | .ratings-list .user-rating-block .user-testimony-container .user-testimony { |
| 3385 | 3392 | font-size: 16px; |
| 3386 | 3393 | line-height: 20px; |
| 3387 | - margin-top: 12px; | |
| 3394 | + margin-top: 31px; | |
| 3395 | + min-height: 60px; | |
| 3388 | 3396 | } |
| 3389 | 3397 | |
| 3390 | 3398 | .star-rate-data .star-rate-form .star-comment-container .formfield textarea { |
| ... | ... | @@ -3392,11 +3400,16 @@ input[type=checkbox] { |
| 3392 | 3400 | } |
| 3393 | 3401 | |
| 3394 | 3402 | .ratings-list .user-rating-block .user-testimony-container .testimony-rate-date { |
| 3395 | - padding-right: 198px; | |
| 3403 | + display: block; | |
| 3404 | + float: left; | |
| 3405 | + padding-right: 0px; | |
| 3406 | + width: 100px; | |
| 3396 | 3407 | } |
| 3397 | 3408 | |
| 3398 | 3409 | .ratings-list .star-container { |
| 3399 | - margin-top: 4px; | |
| 3410 | + display: block; | |
| 3411 | + float: right; | |
| 3412 | + width: auto; | |
| 3400 | 3413 | } |
| 3401 | 3414 | |
| 3402 | 3415 | .ratings-list .star-container .small-star-positive, |
| ... | ... | @@ -3432,6 +3445,7 @@ input[type=checkbox] { |
| 3432 | 3445 | |
| 3433 | 3446 | .make-report-block .star-profile-information { |
| 3434 | 3447 | padding-right: 13px; |
| 3448 | + padding-left: 0px; | |
| 3435 | 3449 | } |
| 3436 | 3450 | |
| 3437 | 3451 | .make-report-block .star-profile-information .star-profile-name { | ... | ... |