From de4c4369cf5f0d31372d0f798c7042ddcdffbe08 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 29 Jan 2018 15:32:36 +0100 Subject: Dashboard: fix display for operation and files --- ishtar_common/static/media/styles.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ishtar_common') diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css index 46a1b556a..6ff286c41 100644 --- a/ishtar_common/static/media/styles.css +++ b/ishtar_common/static/media/styles.css @@ -131,11 +131,22 @@ div#foot{ font-size: 0.9em; } +.clean-table h4, .sheet h4, .sheet h3{ text-align: center; text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.70); } +.clean-table h4{ + margin-top: 1em; +} + +.mini-table{ + height: 500px; + overflow: auto; + display: block; +} + .sheet h4{ text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.45); } @@ -203,6 +214,10 @@ table.dataTable thead th, table.dataTable thead td { display: none; } +.clean-table-wrap{ + overflow-x: auto; +} + /* à adapter */ #message, #message div{ -- cgit v1.2.3