From 2a79b53ca32201e7fab12bcce615d6ab9ff34e27 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Thu, 29 Sep 2016 15:31:17 +0200 Subject: [PATCH] [FIX][document_url] Consistent styling. Without this patch, when you hover on the menu item, its background color does not change, and its cursor is a text one. With this patch, the menu item styling matches those available in all surrounding menus. --- document_url/static/src/css/url.css | 3 --- document_url/static/src/xml/url.xml | 4 +++- document_url/view/document_url_view.xml | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 document_url/static/src/css/url.css diff --git a/document_url/static/src/css/url.css b/document_url/static/src/css/url.css deleted file mode 100644 index a2484470..00000000 --- a/document_url/static/src/css/url.css +++ /dev/null @@ -1,3 +0,0 @@ -.oe_url_attachment{ - padding: 3px 20px; -} diff --git a/document_url/static/src/xml/url.xml b/document_url/static/src/xml/url.xml index 147ef321..f55fbc38 100644 --- a/document_url/static/src/xml/url.xml +++ b/document_url/static/src/xml/url.xml @@ -1,6 +1,8 @@ -
  • Add URL...
  • +
  • + Add URL... +
  • diff --git a/document_url/view/document_url_view.xml b/document_url/view/document_url_view.xml index 27363dee..e8bd2c10 100644 --- a/document_url/view/document_url_view.xml +++ b/document_url/view/document_url_view.xml @@ -4,7 +4,6 @@