diff --git a/app/assets/stylesheets/community.scss b/app/assets/stylesheets/community.scss index 643f7b994..0c788a2fa 100644 --- a/app/assets/stylesheets/community.scss +++ b/app/assets/stylesheets/community.scss @@ -1,5 +1,5 @@ .communities-show{ - + .wide-order-selector{ margin-top: 0; } @@ -30,21 +30,18 @@ .button{ margin-top: $line-height; } - - .topic-info{ - - color: #515151; - font-size: 0.875rem; - margin: 0.375rem 0 0; - - .icon-comments { - font-size: rem-calc(16); - vertical-align: top; - } - - a { - color: $text-medium; - } - } + } +} + +.communities-participantes{ + .comment-body{ + display: inline-block; + float: left; + margin-right: $line-height; + } +} +.topic-show{ + p{ + margin-bottom: 0; } } diff --git a/app/views/communities/show.html.erb b/app/views/communities/show.html.erb index ab7692f3b..ea4fc8aae 100644 --- a/app/views/communities/show.html.erb +++ b/app/views/communities/show.html.erb @@ -22,9 +22,31 @@ -
Comunidad: <%= @community.proposal.title %>
+