Commit 3ec078ea3eab39a941d5f63366c2ae7c343b6754
1 parent
eee9e13d
Exists in
community_hub_submodule
#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 | 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 | ... | ... |