Anandkumar (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-1092906-pan into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #1092906 in OpenERP Web: "[IE9] My Timesheet fields: fonts are cut in edit mode at the Summary tab" https://bugs.launchpad.net/openerp-web/+bug/1092906 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1092906-pan/+merge/141398 Hello, fixed the issue of [IE9] My Timesheet fields: fonts are cut in edit mode at the Summary tab. steps for reproduce: 1)Go to Humar resource > My current Timesheet > summary 2) press button "Add a Line" Thanks, PAN -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1092906-pan/+merge/141398 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-1092906-pan.
=== modified file 'hr_timesheet_sheet/static/src/css/timesheet.css' --- hr_timesheet_sheet/static/src/css/timesheet.css 2012-10-26 10:02:07 +0000 +++ hr_timesheet_sheet/static/src/css/timesheet.css 2012-12-28 10:53:24 +0000 @@ -63,3 +63,10 @@ .openerp .oe_timesheet_weekly .oe_timesheet_weekly_today { background: #ffddee; } + +.openerp_ie .oe_timesheet_weekly td input.oe_timesheet_weekly_input { + padding: 5px 2px 2px 2px !important; + width: 40px; + text-align: right; + min-width: 0 !important; +} === modified file 'hr_timesheet_sheet/static/src/css/timesheet.sass' --- hr_timesheet_sheet/static/src/css/timesheet.sass 2012-10-26 10:02:07 +0000 +++ hr_timesheet_sheet/static/src/css/timesheet.sass 2012-12-28 10:53:24 +0000 @@ -50,3 +50,12 @@ width: 200px .oe_timesheet_weekly_today background: #fde +// Internet Explorer 9+ specifics {{{ +.openerp_ie + .oe_timesheet_weekly + td input.oe_timesheet_weekly_input + padding: 5px 2px 2px 2px !important + width: 40px + text-align: right + min-width: 0 !important +// }}}
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp