Commit b17c22ab1fcded0a8a656dd4011be05ac947c28e
1 parent
2e0e1b3d
Exists in
master
and in
24 other branches
Fix padding on software catalog page
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/software-catalog-page.css
@@ -7,7 +7,8 @@ | @@ -7,7 +7,8 @@ | ||
7 | } | 7 | } |
8 | 8 | ||
9 | .action-search-software_infos .main-content, | 9 | .action-search-software_infos .main-content, |
10 | -.action-search-sisp .main-content{ | 10 | +.action-search-sisp .main-content { |
11 | + padding: 10px 0; | ||
11 | border: none; | 12 | border: none; |
12 | box-shadow: none; | 13 | box-shadow: none; |
13 | } | 14 | } |