Commit 7c02bc203de2fe6826462129d534f013de48f84a
1 parent
4d934a09
Exists in
master
and in
29 other branches
ActionItem507: limit sub-category height - 2
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2232 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
public/designs/themes/ecosol/stylesheets/controller_search.css
... | ... | @@ -144,9 +144,10 @@ body.category4 .search-results-type-profile.common-profile-list-block li a { |
144 | 144 | } |
145 | 145 | |
146 | 146 | #product-categories-menu .cat-parent ul { |
147 | - border: 1px solid red; | |
148 | 147 | max-height: 90px; |
149 | 148 | overflow: auto; |
149 | + margin: 0px; | |
150 | + padding: 0px 0px 0px 14px; | |
150 | 151 | } |
151 | 152 | |
152 | 153 | #product-categories-menu .sub-opening, | ... | ... |