Merge branch 'master-pos-wms-fva'
[odoo/odoo.git] / openerp / addons / base / report / mako_template.css
1 img {
2         width: 50px;
3         height: 42px;
4 }
5
6 table {
7         width: 100%;
8         white-space: nowrap;
9 }
10 table th{
11         border-bottom: 1px solid black;
12         font-weight: bold;
13         font-family: Verdana;
14         white-space: nowrap;
15         padding-right: 10px;
16 }