Commit 256f7b6c38cda727e8a8d9e5038559ccd9153ea9

Authored by Fabio Teixeira
1 parent 1075b002

Apply sisp tab data block style

Signed-off-by: ArthurJahn <stutrzbecher@gmail.com>
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... ... @@ -119,7 +119,7 @@
119 119 }
120 120  
121 121 #block-community-tabs .ui-widget-header{
122   - background:#ECEDF1;
  122 + background: #F7F8F9;
123 123 border:none;
124 124 border-bottom: 3px solid #D3D6DE;
125 125 }
... ... @@ -137,7 +137,7 @@
137 137 #block-community-tabs .ui-widget-content .ui-state-default,
138 138 #block-community-tabs .ui-widget-header .ui-state-default{
139 139 border:none;
140   - background:#ECEDF1;
  140 + background: #F7F8F9;
141 141 font-weight: normal;
142 142 color:#172738;
143 143 }
... ... @@ -533,6 +533,37 @@ float: left;
533 533 display: block;
534 534 }
535 535  
  536 +/* SISP Tab Data - about tab */
  537 +#block-community-tabs #about-sisp-tab .software-sisp {
  538 + margin-top: 46px;
  539 +}
  540 +
  541 +#block-community-tabs #about-sisp-tab p,
  542 +#block-community-tabs #about-sisp-tab h2 {
  543 + font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  544 +}
  545 +
  546 +#block-community-tabs #about-sisp-tab h2 {
  547 + border-bottom: solid 2px #f7f8f9;
  548 + margin-bottom: 26px;
  549 + padding-bottom: 8px;
  550 + color: #172938;
  551 + font-size: 18px;
  552 +}
  553 +
  554 +#block-community-tabs #about-sisp-tab .software-about h2 {
  555 + font-size: 22px;
  556 +}
  557 +
  558 +#block-community-tabs #about-sisp-tab p {
  559 + color: #172938;
  560 +}
  561 +
  562 +#block-community-tabs #about-sisp-tab p span {
  563 + color: #797979;
  564 +}
  565 +
  566 +
536 567 /*** Right bar ***/
537 568  
538 569 .template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block,
... ...
src/noosfero-spb/software_communities/views/blocks/sisp/_about_tab.html.erb
1 1 <div id="article" class="blog">
2 2  
3 3 <div class="software-about software-sisp">
4   - <h2>Sobre o Software</h2>
  4 + <h2>Descrição geral</h2>
5 5 <p><%= block.owner.software_info.finality %></p>
6 6 </div>
7 7  
... ... @@ -14,7 +14,7 @@
14 14 </div>
15 15  
16 16 <div class="agency-identification software-sisp">
17   - <h2>Identificação do software</h2>
  17 + <h2>Identificação do órgão</h2>
18 18 <p><span>Abrangência:</span> <%= block.owner.software_info.agency_identification["Abrangência"] %> </p>
19 19 <p><span>Esfera:</span> <%= block.owner.software_info.agency_identification["Esfera"] %> </p>
20 20 <p><span>Natureza:</span> <%= block.owner.software_info.agency_identification["Natureza"] %> </p>
... ...