From ddde22ca112335ecdf97f4f4feb07fce1e82c967 Mon Sep 17 00:00:00 2001 From: Mohammed Barsi Date: Tue, 13 Dec 2016 18:43:52 +0300 Subject: [PATCH] fix date field trigger position --- web_rtl/__openerp__.py | 2 +- web_rtl/static/src/css/rtl.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/web_rtl/__openerp__.py b/web_rtl/__openerp__.py index 51d58fb..64ed21a 100644 --- a/web_rtl/__openerp__.py +++ b/web_rtl/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Web RTL', - 'version': '1.1', + 'version': '1.2', 'author': 'Mohammed Barsi', 'sequence': 4, 'category': 'Usability', diff --git a/web_rtl/static/src/css/rtl.css b/web_rtl/static/src/css/rtl.css index d95c39e..f4bc6ad 100644 --- a/web_rtl/static/src/css/rtl.css +++ b/web_rtl/static/src/css/rtl.css @@ -535,3 +535,9 @@ view switch manager right: auto; left: 4px; } +.rtl .openerp .oe_list.oe_list_editable.oe_editing img.oe_input_icon.oe_datepicker_trigger { + position: absolute; + left: 0px; + top: 3px; + margin: 0px; +} \ No newline at end of file