[IMP]:improved view
[odoo/odoo.git] / addons / account_analytic_analysis / static / src / css / account_analytic.css
1 .oe_th_80px{
2     width:80px;
3     text-align: center !important;
4     vertical-align: middle;
5 }
6 .oe_th_110px{
7     width:110px;
8     text-align: center !important;
9     vertical-align: middle;
10 }
11 .oe_th_150px{
12     width:150px;
13     text-align: right !important;
14 }
15 .oe_amount_center{
16     text-align: center !important;
17 }
18 .oe_btn_width{
19     width: 150px !important;
20 }
21 .oe_border_right{
22     border-right: 1px solid #DDD;
23 }
24 .oe_border_top{
25     border-top: 1px solid #000000;
26 }