From 8029492d91c3bb0eb9dc40650ed73b7a7bcfb892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ho=CC=88=C3=9Fl?= Date: Wed, 15 Feb 2017 21:36:30 +0100 Subject: [PATCH] Bugfix: layout of diff view on the projector --- openslides/core/static/css/projector.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openslides/core/static/css/projector.css b/openslides/core/static/css/projector.css index 2cf5d7754..5ea021930 100644 --- a/openslides/core/static/css/projector.css +++ b/openslides/core/static/css/projector.css @@ -537,8 +537,7 @@ tr.elected td { background-color: #f9f9f9; border: solid 1px #eee; border-radius: 3px; - margin-bottom: 0; - margin-top: -25px; + margin-bottom: 10px; padding-top: 0; padding-right: 155px; }