From f4f1dfc9b17119a5f44f522115876b5e59865351 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 25 May 2016 10:12:15 +0200 Subject: [PATCH] bijoe: improve table style --- bijoe/templates/bijoe/cube.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bijoe/templates/bijoe/cube.html b/bijoe/templates/bijoe/cube.html index f24d70e..1337070 100644 --- a/bijoe/templates/bijoe/cube.html +++ b/bijoe/templates/bijoe/cube.html @@ -24,6 +24,14 @@ input[type=submit] { position: relative; } .filter { display: inline-block; } +td { + width: 10em; +} +th { + text-overflow: ellipsis; + text-align: left; + width: 30px; +} {% endblock %}