From b8afc6544a2b029d8e4b56f956d5cb76d4197580 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 8 Sep 2015 09:31:29 +0200 Subject: [PATCH] [FIX] Issue #193. display button as inline-block --- help_online/static/src/css/help_online.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help_online/static/src/css/help_online.css b/help_online/static/src/css/help_online.css index 7a17f36a..5878bfe0 100644 --- a/help_online/static/src/css/help_online.css +++ b/help_online/static/src/css/help_online.css @@ -8,5 +8,5 @@ li.oe_help_online_not_found { text-align: center; margin: 3px auto 4px; position: relative; - display: block; + display: inline-block; }