Commit 53f76fb0906ff6001c9531a76fcafa4640bf46e8

Authored by Fabio Teixeira
1 parent 256f7b6c

Apply sisp more information tab data 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
@@ -534,16 +534,16 @@ float: left; @@ -534,16 +534,16 @@ float: left;
534 } 534 }
535 535
536 /* SISP Tab Data - about tab */ 536 /* SISP Tab Data - about tab */
537 -#block-community-tabs #about-sisp-tab .software-sisp { 537 +#block-community-tabs .software-sisp {
538 margin-top: 46px; 538 margin-top: 46px;
539 } 539 }
540 540
541 -#block-community-tabs #about-sisp-tab p,  
542 -#block-community-tabs #about-sisp-tab h2 { 541 +#block-community-tabs .software-sisp p,
  542 +#block-community-tabs .software-sisp h2 {
543 font-family: 'open_sansregular', Arial, Helvetica, sans-serif; 543 font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
544 } 544 }
545 545
546 -#block-community-tabs #about-sisp-tab h2 { 546 +#block-community-tabs .software-sisp h2 {
547 border-bottom: solid 2px #f7f8f9; 547 border-bottom: solid 2px #f7f8f9;
548 margin-bottom: 26px; 548 margin-bottom: 26px;
549 padding-bottom: 8px; 549 padding-bottom: 8px;
@@ -551,15 +551,16 @@ float: left; @@ -551,15 +551,16 @@ float: left;
551 font-size: 18px; 551 font-size: 18px;
552 } 552 }
553 553
554 -#block-community-tabs #about-sisp-tab .software-about h2 { 554 +#block-community-tabs .software-sisp.software-about h2,
  555 +#block-community-tabs .software-sisp.software-versions h2 {
555 font-size: 22px; 556 font-size: 22px;
556 } 557 }
557 558
558 -#block-community-tabs #about-sisp-tab p { 559 +#block-community-tabs .software-sisp p {
559 color: #172938; 560 color: #172938;
560 } 561 }
561 562
562 -#block-community-tabs #about-sisp-tab p span { 563 +#block-community-tabs .software-sisp p span {
563 color: #797979; 564 color: #797979;
564 } 565 }
565 566
src/noosfero-spb/software_communities/lib/ext/search_controller.rb
  1 +# encoding: UTF-8
  2 +
1 require_dependency 'search_controller' 3 require_dependency 'search_controller'
2 4
3 class SearchController 5 class SearchController