From 3de2ce225f6c953bff0ce32496618e45ba9543ac Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 Oct 2014 03:07:06 +0200 Subject: Work on pie and charts for dashboards (refs #1617) --- ishtar_common/static/media/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ishtar_common/static') diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 8722b5d05..4990fa111 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -793,6 +793,21 @@ a.remove{ margin:0 6px; } +.dashboard table.jqplot-table-legend{ + width:default; + border-collapse:default; +} + +.dashboard div.jqplot-table-legend-swatch-outline, +.dashboard table.jqplot-table-legend th, .dashboard table.jqplot-table-legend td{ + border:0; +} + +.dashboard table.jqplot-table-legend td { + text-align:left; + padding:0; +} + .dashboard table{ width:100%; border-collapse:yes; -- cgit v1.2.3