Commit 94c3e372a35c186edb40221fa775cf0c41b013b1
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'AI3074-community_dashboard' of gitlab.com:participa/noosfero into …
…AI3074-community_dashboard
Showing
1 changed file
with
14 additions
and
4 deletions
Show diff stats
plugins/community_hub/public/style.css
... | ... | @@ -352,9 +352,10 @@ div.content-tab.hide { |
352 | 352 | } |
353 | 353 | |
354 | 354 | |
355 | -/****fim aba mediation fechada****/ | |
356 | 355 | |
357 | -/****aba mediation aberta****/ | |
356 | +/****fim aba live fechada****/ | |
357 | + | |
358 | +/****aba live aberta****/ | |
358 | 359 | |
359 | 360 | .hub .live.show { |
360 | 361 | width: 85%; |
... | ... | @@ -370,6 +371,11 @@ div.content-tab.hide { |
370 | 371 | |
371 | 372 | } |
372 | 373 | |
374 | +#content .hub .live.show .on-air, | |
375 | +#content .hub .live.show .off-air{ | |
376 | +float: right; | |
377 | +margin-right: 10px; | |
378 | +} | |
373 | 379 | |
374 | 380 | /*#content .hub .live.show .on-air, |
375 | 381 | #content .hub .live.show .off-air { |
... | ... | @@ -378,7 +384,7 @@ div.content-tab.hide { |
378 | 384 | |
379 | 385 | |
380 | 386 | |
381 | -/****fim aba mediation aberta****/ | |
387 | +/****fim aba mlive aberta****/ | |
382 | 388 | |
383 | 389 | |
384 | 390 | /**************************************/ |
... | ... | @@ -427,7 +433,9 @@ div.content-tab.hide { |
427 | 433 | |
428 | 434 | #content .main-block .hub .mediation.hide h1{ |
429 | 435 | background-color: #ed8e01; |
430 | - border: 1px solid lightGray | |
436 | + border: 1px solid lightGray; | |
437 | + text-align: center; | |
438 | + padding-left: 0; | |
431 | 439 | } |
432 | 440 | |
433 | 441 | #content .hub .mediation.hide .title { |
... | ... | @@ -508,6 +516,8 @@ background-color: #f9f9f9; |
508 | 516 | .hub .mediation.hide ul#mediation-posts li{ |
509 | 517 | display: list-item; |
510 | 518 | } |
519 | + | |
520 | + | |
511 | 521 | /****fim aba mediation aberta****/ |
512 | 522 | |
513 | 523 | .hub .form { | ... | ... |