Commit 3a723bccff0c9250cf15263c7ba2b11308886e8d
1 parent
f9f2afca
Exists in
master
and in
12 other branches
Adjustment previous page to discussion list - #468
Showing
2 changed files
with
13 additions
and
10 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
@@ -673,11 +673,11 @@ | @@ -673,11 +673,11 @@ | ||
673 | text-align: left; | 673 | text-align: left; |
674 | } | 674 | } |
675 | 675 | ||
676 | -.model-discussion-page .frequently-questions-top li a, | ||
677 | -.model-discussion-page .frequently-questions-middle li a, | ||
678 | -.model-discussion-page .frequently-questions-last li a { | 676 | +#content .model-discussion-page .frequently-questions-top li a, |
677 | +#content .model-discussion-page .frequently-questions-middle li a, | ||
678 | +#content .model-discussion-page .frequently-questions-last li a { | ||
679 | text-decoration: none; | 679 | text-decoration: none; |
680 | - color:#000; | 680 | + color:#172738; |
681 | font-size: 12px; | 681 | font-size: 12px; |
682 | font-weight: 700; | 682 | font-weight: 700; |
683 | line-height: 18px; | 683 | line-height: 18px; |
@@ -708,16 +708,18 @@ | @@ -708,16 +708,18 @@ | ||
708 | 708 | ||
709 | .model-discussion-page .item-discussion-page-list{ | 709 | .model-discussion-page .item-discussion-page-list{ |
710 | font-size: 15px; | 710 | font-size: 15px; |
711 | + font-family:'open_sansregular'; | ||
711 | font-weight: 800; | 712 | font-weight: 800; |
712 | border-bottom: 1px solid #ccc; | 713 | border-bottom: 1px solid #ccc; |
713 | margin-bottom: 20px; | 714 | margin-bottom: 20px; |
714 | padding-bottom: 5px; | 715 | padding-bottom: 5px; |
715 | } | 716 | } |
716 | 717 | ||
717 | -.model-discussion-page .frequently-questions-top #list-glyph, | ||
718 | -.model-discussion-page .frequently-questions-middle #cancel-glyph, | ||
719 | -.model-discussion-page .frequently-questions-last #send-glyph { | ||
720 | - background: #D3D6DE; | 718 | +.model-discussion-page .frequently-questions-top .list-glyph, |
719 | +.model-discussion-page .frequently-questions-middle .cancel-glyph, | ||
720 | +.model-discussion-page .frequently-questions-last .send-glyph { | ||
721 | + background:#C4C7CC; | ||
722 | + border:1px solid #C4C7CC; | ||
721 | } | 723 | } |
722 | 724 | ||
723 | .model-discussion-page .email-list, | 725 | .model-discussion-page .email-list, |
@@ -730,6 +732,7 @@ | @@ -730,6 +732,7 @@ | ||
730 | } | 732 | } |
731 | 733 | ||
732 | .model-discussion-page .sub-question{ | 734 | .model-discussion-page .sub-question{ |
735 | + font-family: 'open_sansregular'; | ||
733 | font-weight: 800; | 736 | font-weight: 800; |
734 | padding-top: 30px; | 737 | padding-top: 30px; |
735 | } | 738 | } |
src/noosfero-spb/noosfero-spb-theme/html-reference-resource/discussion-page.html
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | <p><img src="http://localhost:3000/articles/0000/2282/passo-01.png" alt="" /></p> | 21 | <p><img src="http://localhost:3000/articles/0000/2282/passo-01.png" alt="" /></p> |
22 | <p><img src="http://localhost:3000/articles/0000/2281/passo-02__1_.png" alt="" /></p> | 22 | <p><img src="http://localhost:3000/articles/0000/2281/passo-02__1_.png" alt="" /></p> |
23 | <p><img src="http://localhost:3000/articles/0000/2276/img-04.png" alt="" /></p> | 23 | <p><img src="http://localhost:3000/articles/0000/2276/img-04.png" alt="" /></p> |
24 | - <p>Deseja acessar a lista de discussao? <a href="http://localhost:3000/search/?order=latest&list=software&type=thread">clique aqui</a></p> | 24 | + <p>Deseja acessar a lista de discussao? <span class="macro" data-macro="software_communities_plugin/allow_variables"><a href="https://softwarepublico.gov.br/search/?order=latest&list={profile}&type=thread">clique aqui</a></span></p> |
25 | </div> | 25 | </div> |
26 | 26 | ||
27 | <div class="frequently-questions-middle"> | 27 | <div class="frequently-questions-middle"> |
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | <div class="mensage-list"> | 52 | <div class="mensage-list"> |
53 | <div class="item-discussion-page-list"><a name="mensage-list">Como enviar mensagens para as listas?</a></div> | 53 | <div class="item-discussion-page-list"><a name="mensage-list">Como enviar mensagens para as listas?</a></div> |
54 | <p>Para enviar uma nova mensagem para as listas, basta enviar um e-mail para:</p> | 54 | <p>Para enviar uma nova mensagem para as listas, basta enviar um e-mail para:</p> |
55 | - <span class="email-list"><a>nome@listas.softwarepublico.gov.br</a></span> <span class="email-list"><a>nome@listas.softwarepublico.gov.br</a></span> | 55 | + <p><span class="macro" data-macro="software_communities_plugin/allow_variables">{profile}</span>@listas.softwarepublico.gov.br</p> |
56 | </div> | 56 | </div> |
57 | 57 | ||
58 | <div class="mensage-list"> | 58 | <div class="mensage-list"> |