diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-10-13 03:07:06 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2014-10-13 03:07:06 +0200 |
| commit | 3de2ce225f6c953bff0ce32496618e45ba9543ac (patch) | |
| tree | 01d71586e797f599c1c0bafb51671f0c42f63e1a /ishtar_common/static | |
| parent | ed63bda40bdc8d6df6e913f838426906e1567613 (diff) | |
| download | Ishtar-3de2ce225f6c953bff0ce32496618e45ba9543ac.tar.bz2 Ishtar-3de2ce225f6c953bff0ce32496618e45ba9543ac.zip | |
Work on pie and charts for dashboards (refs #1617)
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
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; |
