Commit bd9754f4be96d52df21653df4fb4d6e628f2c139

Authored by Álvaro Fernando Matos de Souza
1 parent 87b58049

Adjusting SISP catalog page - #673

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;
... ...