From d003d8f49a90c355972a4d821c30646370891226 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Tue, 26 Nov 2013 18:00:19 +0100 Subject: [PATCH] [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 --- addons/hr_timesheet_sheet/static/src/css/timesheet.css | 1 + addons/hr_timesheet_sheet/static/src/css/timesheet.sass | 1 + 2 files changed, 2 insertions(+) diff --git a/addons/hr_timesheet_sheet/static/src/css/timesheet.css b/addons/hr_timesheet_sheet/static/src/css/timesheet.css index 887e8665a28..5fd92fc9f42 100644 --- a/addons/hr_timesheet_sheet/static/src/css/timesheet.css +++ b/addons/hr_timesheet_sheet/static/src/css/timesheet.css @@ -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; diff --git a/addons/hr_timesheet_sheet/static/src/css/timesheet.sass b/addons/hr_timesheet_sheet/static/src/css/timesheet.sass index bd90deab122..daa835db88d 100644 --- a/addons/hr_timesheet_sheet/static/src/css/timesheet.sass +++ b/addons/hr_timesheet_sheet/static/src/css/timesheet.sass @@ -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