[IMP] yet another css fix to add border to tables in graph view (addon web_graph)

bzr revid: ged@openerp.com-20131231121958-8bsz6d710o5xrgli
This commit is contained in:
Gery Debongnie 2013-12-31 13:19:58 +01:00
parent d63db7b67f
commit 9f6aad4fdd
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@
vertical-align: top;
}
.graph_main_content thead {
border: 1px solid #6678b1;
}
.graph_main_content tbody {
border: 1px solid #ccc;
}
.graph_main_content td {
border-bottom: 1px solid #ccc;
padding: 6px 8px;