Commit 33dfcc3c6521bd966e7783f9a6a9cf9bf2c4d709
1 parent
5fc57e97
Exists in
master
and in
79 other branches
Fixing testimony's line height on use report page
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -3318,6 +3318,7 @@ input[type=checkbox] { |
3318 | 3318 | |
3319 | 3319 | .ratings-list { |
3320 | 3320 | background-image: url('images/tela_listagem_relato_uso_v4_fechado.jpg'); |
3321 | + background-image: url('images/print_listagem.jpg'); | |
3321 | 3322 | background-repeat: no-repeat; |
3322 | 3323 | }*/ |
3323 | 3324 | |
... | ... | @@ -3350,6 +3351,7 @@ input[type=checkbox] { |
3350 | 3351 | |
3351 | 3352 | .ratings-list .user-rating-block .user-testimony-container .user-testimony { |
3352 | 3353 | font-size: 16px; |
3354 | + line-height: 20px; | |
3353 | 3355 | margin-top: 12px; |
3354 | 3356 | } |
3355 | 3357 | ... | ... |