summaryrefslogtreecommitdiff
path: root/ishtar_common/static/media/style.css
diff options
context:
space:
mode:
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
commite04a42aa7e5011f9173226af851e8b15bafcef06 (patch)
tree01d71586e797f599c1c0bafb51671f0c42f63e1a /ishtar_common/static/media/style.css
parentb3f294f3272138e2d7a8032db085322219b71533 (diff)
downloadIshtar-e04a42aa7e5011f9173226af851e8b15bafcef06.tar.bz2
Ishtar-e04a42aa7e5011f9173226af851e8b15bafcef06.zip
Work on pie and charts for dashboards (refs #1617)
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r--ishtar_common/static/media/style.css15
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;