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 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 17 color: #FF0366;
19 18 font-size: 16px;
20 19 font-family: "open_sansregular",Arial, Helvetica,sans-serif;
... ... @@ -22,14 +21,21 @@
22 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 29 padding: 5px 0 10px 0;
28 30 border-bottom: 1px solid #D3D6DE;
29 31 font-family: Arial, Helvetica, sans-serif;
30 32 font-size: 35px;
31 33 font-variant: normal;
32 34 }
  35 +
  36 +.action-search-sisp #content .main-content h1 {
  37 + display: none;
  38 +}
33 39 /*** end of title and subtitle ***/
34 40  
35 41 /*** Search Box ***/
... ... @@ -177,7 +183,7 @@
177 183 .controller-search #filter-catalog-software #filter-categories-option {
178 184 border: none;
179 185 height: 0;
180   - max-height: 620px;
  186 + max-height: 100%;
181 187 position: relative;
182 188 overflow: hidden;
183 189 padding: 0 15px;
... ...