[FIX]hr_timesheet_sheet: remove useless css rule, which had the effect of erasing the half timesheet weekly input on ie.

bzr revid: dle@openerp.com-20131125160315-tj8n5bv6e5yv8jku
This commit is contained in:
Denis Ledoux 2013-11-25 17:03:15 +01:00
parent 40a7a5dc64
commit fd080fb745
2 changed files with 0 additions and 2 deletions

View File

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

View File

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