[*] BO : Added category tree to product list

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12537 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-18 15:49:06 +00:00
parent 853c54aa48
commit 93214648e9
4 changed files with 65 additions and 45 deletions
+14
View File
@@ -2243,4 +2243,18 @@ margin-bottom:7px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
width: 300px;
}
#container_category_tree {
border: 1px solid #ccc;
border-radius: 3px;
padding: 5px;
}
#container_category_tree a{
font-weight: bold;
}
#container_category_tree a input{
margin-right: 3px;
}