Commit 8cd3d94d427333b0af95ee1471eb4c4416e399cb
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'AI3074-community_dashboard' of gitlab.com:participa/noosfero into …
…AI3074-community_dashboard
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
plugins/community_hub/public/style.css
@@ -325,4 +325,14 @@ | @@ -325,4 +325,14 @@ | ||
325 | textarea#message_body { | 325 | textarea#message_body { |
326 | width: auto; | 326 | width: auto; |
327 | margin-left: 80px; | 327 | margin-left: 80px; |
328 | +} | ||
329 | + | ||
330 | +.comment-count { | ||
331 | + margin-left: 80px; | ||
332 | + padding: 5px 10px; | ||
333 | + background-color: white; | ||
334 | + display: inline-block; | ||
335 | + border-radius: 5px; | ||
336 | + font-weight: bold; | ||
337 | + margin-bottom: -5px; | ||
328 | } | 338 | } |
329 | \ No newline at end of file | 339 | \ No newline at end of file |