Commit bd9754f4be96d52df21653df4fb4d6e628f2c139
1 parent
87b58049
Exists in
master
and in
17 other branches
Adjusting SISP catalog page - #673
Showing
1 changed file
with
11 additions
and
5 deletions
Show diff stats
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; |