Commit 7c3d34d2a355fa62c53925645f3822f7d329be44
Committed by
Tomáz Martins
1 parent
423d7f5e
Exists in
master
and in
9 other branches
[Use Report] Fixing CSS to the calls for organization rating
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
css/use-report.css
... | ... | @@ -300,22 +300,22 @@ |
300 | 300 | padding-bottom: 4px; |
301 | 301 | } |
302 | 302 | |
303 | -.action-communities_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-up::after { | |
303 | +.action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-up::after { | |
304 | 304 | content: url('../images/top-arrow-black.png'); |
305 | 305 | float: right; |
306 | 306 | padding-top: 7px; |
307 | 307 | padding-right: 6px; |
308 | 308 | } |
309 | 309 | |
310 | -.action-communities_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after { | |
310 | +.action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after { | |
311 | 311 | content: url('../images/bottom-arrow-black.png'); |
312 | 312 | float: right; |
313 | 313 | padding-top: 7px; |
314 | 314 | padding-right: 6px; |
315 | 315 | } |
316 | 316 | |
317 | -#content .star-rate-form .star-comment-container .comments-software-extra-fields #community_rating_people_benefited, | |
318 | -#content .star-rate-form .star-comment-container .comments-software-extra-fields #community_rating_saved_value { | |
317 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #organization_rating_people_benefited, | |
318 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #organization_rating_saved_value { | |
319 | 319 | display: block; |
320 | 320 | height: 19px; |
321 | 321 | width: 155px; | ... | ... |