diff --git a/web_responsive/__manifest__.py b/web_responsive/__manifest__.py index 88891fcd..7b32e27e 100644 --- a/web_responsive/__manifest__.py +++ b/web_responsive/__manifest__.py @@ -6,9 +6,9 @@ "name": "Web Responsive", "summary": "It provides a mobile compliant interface for Odoo Community " "web", - "version": "11.0.2.0.0", + "version": "11.0.2.0.1", "category": "Website", - "website": "https://laslabs.com/", + "website": "https://github.com/OCA/web", "author": "LasLabs, Tecnativa, Alexandre Díaz, " "Odoo Community Association (OCA)", "license": "LGPL-3", diff --git a/web_responsive/static/src/less/form_view.less b/web_responsive/static/src/less/form_view.less index f367c322..ab944294 100644 --- a/web_responsive/static/src/less/form_view.less +++ b/web_responsive/static/src/less/form_view.less @@ -57,13 +57,16 @@ >div { >.table-responsive { >.o_list_view { - thead { + thead tr:nth-child(1) th { position: sticky; top: 0; + background-color: #EEEEEE; + border: none; } - tfoot { + tfoot tr:nth-child(1) td { position: sticky; bottom: 0; + background-color: #EEEEEE; } } }