Commit 9d2306f2c0dbe9e9dbf94bd7561d23c77af1ec63

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 9137af03

#community dashboard - update theme

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
... ...