From 09ae3c3425ba2b3ce85cf47b13e60e0cce8b5967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 17 Feb 2017 13:12:36 +0100 Subject: [PATCH] Fixed margin-top of motion change recommendation tooltip (Fixed #2967). --- openslides/core/static/css/app.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index 45da3ff8d..dab3bdeb0 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -557,7 +557,13 @@ img { display: none; max-width: 150px; left: -45px; - margin-top: -8px; + margin-top: -8px !important; +} +/* special hack for firefox only (see issue#2967) */ +@-moz-document url-prefix() { + .tt_change_recommendation_create_help { + margin-top: -20px !important; + } } .tt_change_recommendation_create_help.opened { display: inherit;