[*] BO : Added category tree to product list

This commit is contained in:
tDidierjean
2012-01-18 15:49:06 +00:00
parent e856fbc201
commit a07c3d3d72
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;
}