Commit cc619373ee70e91323ae662d883e359a85314100

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

#community dashboard - update theme

Showing 1 changed file with 27 additions and 1 deletions   Show diff stats
plugins/community_hub/public/style.css
... ... @@ -62,9 +62,16 @@
62 62 max-width: 43px;
63 63 }
64 64  
65   -.hub .message{
  65 +/*.hub .message{
66 66 display: inline-block;
67 67 width: 70%;
  68 +}*/
  69 +
  70 +.hub .message {
  71 +display: inline-block;
  72 +width: 69%;
  73 +float: none;
  74 +clear: both;
68 75 }
69 76  
70 77 .hub .message .author {
... ... @@ -331,6 +338,18 @@ textarea#message_body {
331 338 margin-left: 80px;
332 339 }
333 340  
  341 +/*
  342 +.comment-count {
  343 + margin-left: 80px;
  344 + padding: 5px 10px;
  345 + background-color: white;
  346 + display: inline-block;
  347 + border-radius: 5px;
  348 + font-weight: bold;
  349 + margin-bottom: -5px;
  350 +}
  351 +*/
  352 +
334 353 .comment-count {
335 354 margin-left: 80px;
336 355 padding: 5px 10px;
... ... @@ -338,6 +357,13 @@ textarea#message_body {
338 357 display: inline-block;
339 358 border-radius: 5px;
340 359 font-weight: bold;
  360 + display: block;
341 361 margin-bottom: -5px;
  362 + margin-top: 10px;
  363 + max-width: 100px;
  364 +}
  365 +
  366 +.hub ul.mediation-comment-list {
  367 + width: 80%;
342 368 }
343 369  
... ...