Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web_rtl/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{
'name': 'Web RTL',
'version': '1.1',
'version': '1.2',
'author': 'Mohammed Barsi',
'sequence': 4,
'category': 'Usability',
Expand Down
6 changes: 6 additions & 0 deletions web_rtl/static/src/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}