[FIX]hr_timesheet_sheet: add right-padding to timesheet weekly input in order to avoid the value to be partially cut (in ie 9/10, for instance)

bzr revid: dle@openerp.com-20131126170019-bydxxyk7uqzpsb41
This commit is contained in:
Denis Ledoux 2013-11-26 18:00:19 +01:00
parent d95ef220d5
commit d003d8f49a
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@
min-width: 130px;
}
.openerp .oe_timesheet_weekly td input.oe_timesheet_weekly_input {
padding-right: 2px !important;
width: 40px;
text-align: right;
min-width: 0 !important;

View File

@ -28,6 +28,7 @@
.oe_timesheet_first_col
min-width: 130px
td input.oe_timesheet_weekly_input
padding-right: 2px !important
width: 40px
text-align: right
min-width: 0 !important