[IMP] improve contract usability

bzr revid: darshankalola@gmail.com-20130729063949-0pwsq8l2s6chjrfe
This commit is contained in:
Darshan Kalola 2013-07-29 12:09:49 +05:30
parent cc23db19a7
commit e2df39045f
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,9 @@
width: 250px;
padding-left: 7px;
}
.openerp .oe_form table.oe_form_analytic_account th {
text-align: right;
}
.openerp .oe_form table.oe_form_analytic_account .oe_timesheet_grey {
background-color: #eeeeee;
color: #404040;

View File

@ -12,6 +12,8 @@
td.oe_timesheet_action
width: 250px
padding-left: 7px
th
text-align: right
.oe_timesheet_grey
background-color: #eeeeee
color: #404040