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