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 534 }
535 535  
536 536 /* SISP Tab Data - about tab */
537   -#block-community-tabs #about-sisp-tab .software-sisp {
  537 +#block-community-tabs .software-sisp {
538 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 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 547 border-bottom: solid 2px #f7f8f9;
548 548 margin-bottom: 26px;
549 549 padding-bottom: 8px;
... ... @@ -551,15 +551,16 @@ float: left;
551 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 556 font-size: 22px;
556 557 }
557 558  
558   -#block-community-tabs #about-sisp-tab p {
  559 +#block-community-tabs .software-sisp p {
559 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 564 color: #797979;
564 565 }
565 566  
... ...
src/noosfero-spb/software_communities/lib/ext/search_controller.rb
  1 +# encoding: UTF-8
  2 +
1 3 require_dependency 'search_controller'
2 4  
3 5 class SearchController
... ...