From f29d3acd7d109428d379df3e844139bba9ce2f08 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Wed, 6 May 2015 15:21:17 +0200 Subject: [PATCH] [FIX] css doesn't fit with kanban convention; --- web_dashboard_tile/static/src/css/tile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_dashboard_tile/static/src/css/tile.css b/web_dashboard_tile/static/src/css/tile.css index c31f87f6a..1d057ceea 100644 --- a/web_dashboard_tile/static/src/css/tile.css +++ b/web_dashboard_tile/static/src/css/tile.css @@ -1,7 +1,7 @@ .openerp .oe_kanban_view .oe_dashbaord_tile{ width: 150px; height: 150px; - border: 1px solid; + border: 0; border-radius: 0; }