From 8b39a4dfeb7444d1381d7e05785b7dfde99c941b Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 25 Jul 2012 21:37:20 +0200 Subject: [PATCH] Hide div container of tabledrag to eleminate space between table and number of items. --- openslides/static/styles/tabledrag.css | 1 + 1 file changed, 1 insertion(+) diff --git a/openslides/static/styles/tabledrag.css b/openslides/static/styles/tabledrag.css index 294c16527..f1e0aced8 100644 --- a/openslides/static/styles/tabledrag.css +++ b/openslides/static/styles/tabledrag.css @@ -47,4 +47,5 @@ div.tree-child-horizontal { } .tabledrag-toggle-weight-wrapper { text-align: right; /* LTR */ + display: none; }