Commit 6fb4392c2cb4e9b12b53e68dd7d3cce9d34d2d4d
1 parent
829ddd20
Exists in
master
and in
52 other branches
tmp solution of report use - govuser fields for development modification on plugin view
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/use-report.css
... | ... | @@ -322,8 +322,12 @@ |
322 | 322 | padding-right: 6px; |
323 | 323 | } |
324 | 324 | |
325 | +/*FIX_ME - tmp css solution for development tmp solution, remove when fixed on plugin*/ | |
326 | + | |
325 | 327 | #content .star-rate-form .star-comment-container .comments-software-extra-fields #organization_rating_people_benefited, |
326 | -#content .star-rate-form .star-comment-container .comments-software-extra-fields #organization_rating_saved_value { | |
328 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #organization_rating_saved_value, | |
329 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #people_benefited_tmp, | |
330 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #saved_value_tmp { | |
327 | 331 | display: block; |
328 | 332 | height: 19px; |
329 | 333 | width: 155px; | ... | ... |