odoo/addons/account_analytic_analysis/static/src/css/account_analytic.css

26 lines
465 B
CSS

.oe_th_80px{
width:80px;
text-align: center !important;
vertical-align: middle;
}
.oe_th_110px{
width:110px;
text-align: center !important;
vertical-align: middle;
}
.oe_th_150px{
width:150px;
text-align: right !important;
}
.oe_amount_center{
text-align: center !important;
}
.oe_btn_width{
width: 150px !important;
}
.oe_border_right{
border-right: 1px solid #DDD;
}
.oe_border_top{
border-top: 1px solid #000000;
}