Commit 647dc98a5e8a22f554adc30d15a17e88cac363a7

Authored by Álvaro Fernando Matos de Souza
2 parents 8820a101 5af75251
Exists in master and in 1 other branch mezuro_spb

Merge branch 'new_report_style'

src/noosfero-spb/noosfero-spb-theme/css/use-report.css
... ... @@ -464,11 +464,15 @@
464 464 .ratings-list .make-report-block {
465 465 background-repeat: no-repeat;
466 466 border-bottom: 1px solid #D3D6DE;
467   - border-top: none;
468   - margin-top: 0px;
  467 + margin-top: 16px;
469 468 padding-top: 32px;
470 469 }
471 470  
  471 +.action-content_viewer-view_page .ratings-list .make-report-block {
  472 + border-top: none;
  473 + margin-top: 0;
  474 +}
  475 +
472 476 .make-report-block .star-profile-information {
473 477 padding-right: 13px;
474 478 padding-left: 0px;
... ...