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,22 +300,22 @@ | ||
300 | padding-bottom: 4px; | 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 | content: url('../images/top-arrow-black.png'); | 304 | content: url('../images/top-arrow-black.png'); |
305 | float: right; | 305 | float: right; |
306 | padding-top: 7px; | 306 | padding-top: 7px; |
307 | padding-right: 6px; | 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 | content: url('../images/bottom-arrow-black.png'); | 311 | content: url('../images/bottom-arrow-black.png'); |
312 | float: right; | 312 | float: right; |
313 | padding-top: 7px; | 313 | padding-top: 7px; |
314 | padding-right: 6px; | 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 | display: block; | 319 | display: block; |
320 | height: 19px; | 320 | height: 19px; |
321 | width: 155px; | 321 | width: 155px; |