Commit 3ec078ea3eab39a941d5f63366c2ae7c343b6754

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

#community dashboard - update theme

Showing 1 changed file with 27 additions and 1 deletions   Show diff stats
public/style.css
@@ -62,9 +62,16 @@ @@ -62,9 +62,16 @@
62 max-width: 43px; 62 max-width: 43px;
63 } 63 }
64 64
65 -.hub .message{ 65 +/*.hub .message{
66 display: inline-block; 66 display: inline-block;
67 width: 70%; 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 .hub .message .author { 77 .hub .message .author {
@@ -331,6 +338,18 @@ textarea#message_body { @@ -331,6 +338,18 @@ textarea#message_body {
331 margin-left: 80px; 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 .comment-count { 353 .comment-count {
335 margin-left: 80px; 354 margin-left: 80px;
336 padding: 5px 10px; 355 padding: 5px 10px;
@@ -338,6 +357,13 @@ textarea#message_body { @@ -338,6 +357,13 @@ textarea#message_body {
338 display: inline-block; 357 display: inline-block;
339 border-radius: 5px; 358 border-radius: 5px;
340 font-weight: bold; 359 font-weight: bold;
  360 + display: block;
341 margin-bottom: -5px; 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