Commit 8cd3d94d427333b0af95ee1471eb4c4416e399cb

Authored by Victor Costa
2 parents 58771b2b 9d2306f2

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 325 textarea#message_body {
326 326 width: auto;
327 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 339 \ No newline at end of file
... ...