Commit c550c104db615eb48ecc5a6b574addd652dfde9a

Authored by Melissa Wen
2 parents d1a1242a bd9754f4

Merge branch 'adjusting_sisp_catalog_page' into 'master'

Adjusting sisp catalog page

Relacionado com a issue #673

See merge request !167
src/noosfero-spb/noosfero-spb-theme/css/software-catalog-page.css
@@ -13,8 +13,7 @@ @@ -13,8 +13,7 @@
13 box-shadow: none; 13 box-shadow: none;
14 } 14 }
15 15
16 -.action-search-software_infos #content .main-content h2,  
17 -.action-search-sisp #content .main-content h2{ 16 +.action-search-software_infos #content .main-content h2 {
18 color: #FF0366; 17 color: #FF0366;
19 font-size: 16px; 18 font-size: 16px;
20 font-family: "open_sansregular",Arial, Helvetica,sans-serif; 19 font-family: "open_sansregular",Arial, Helvetica,sans-serif;
@@ -22,14 +21,21 @@ @@ -22,14 +21,21 @@
22 text-transform: uppercase; 21 text-transform: uppercase;
23 } 22 }
24 23
25 -.action-search-software_infos #content .main-content h1,  
26 -.action-search-sisp #content .main-content h1{ 24 +.action-search-sisp #content .main-content h2 {
  25 + display: none;
  26 +}
  27 +
  28 +.action-search-software_infos #content .main-content h1 {
27 padding: 5px 0 10px 0; 29 padding: 5px 0 10px 0;
28 border-bottom: 1px solid #D3D6DE; 30 border-bottom: 1px solid #D3D6DE;
29 font-family: Arial, Helvetica, sans-serif; 31 font-family: Arial, Helvetica, sans-serif;
30 font-size: 35px; 32 font-size: 35px;
31 font-variant: normal; 33 font-variant: normal;
32 } 34 }
  35 +
  36 +.action-search-sisp #content .main-content h1 {
  37 + display: none;
  38 +}
33 /*** end of title and subtitle ***/ 39 /*** end of title and subtitle ***/
34 40
35 /*** Search Box ***/ 41 /*** Search Box ***/
@@ -177,7 +183,7 @@ @@ -177,7 +183,7 @@
177 .controller-search #filter-catalog-software #filter-categories-option { 183 .controller-search #filter-catalog-software #filter-categories-option {
178 border: none; 184 border: none;
179 height: 0; 185 height: 0;
180 - max-height: 620px; 186 + max-height: 100%;
181 position: relative; 187 position: relative;
182 overflow: hidden; 188 overflow: hidden;
183 padding: 0 15px; 189 padding: 0 15px;