[FIX] alignment issue in dropdown menu (addon web_graph)

bzr revid: ged@openerp.com-20131120132042-az2kb3cewkq51hrx
This commit is contained in:
Gery Debongnie 2013-11-20 14:20:42 +01:00
parent 9c76cb8a4c
commit 9e8d6bb8e9
1 changed files with 4 additions and 0 deletions

View File

@ -29,4 +29,8 @@ span.web_graph_indent {
tr.graph_top td {
text-align: center;
}
tr.graph_top li {
text-align: left;
}