Commit 5af752510cb4e6c4735ffbeafc949a26f37e1938
1 parent
b5f2b217
Exists in
master
and in
1 other branch
Fix new_rating style in the main software page
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/use-report.css
... | ... | @@ -468,6 +468,11 @@ |
468 | 468 | padding-top: 32px; |
469 | 469 | } |
470 | 470 | |
471 | +.action-content_viewer-view_page .ratings-list .make-report-block { | |
472 | + border-top: none; | |
473 | + margin-top: 0; | |
474 | +} | |
475 | + | |
471 | 476 | .make-report-block .star-profile-information { |
472 | 477 | padding-right: 13px; |
473 | 478 | padding-left: 0px; | ... | ... |