summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-01-05 03:45:30 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-01-05 03:45:30 +0200
commit5b9fda02b0685047fa6a601ec2b78f030f4b175c (patch)
tree46e1f855445f9741cb3507feef9b8e5f239f76e8 /web/dashboard.css
parent4bd2a4f453964ab8602cbe605f4f5e2e5ed458a7 (diff)
easyPieChart integration
Diffstat (limited to 'web/dashboard.css')
-rwxr-xr-xweb/dashboard.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index 6cb3a58298..86029bfbe8 100755
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -314,3 +314,44 @@ html {
width: auto !important;
height: auto !important;
}
+
+.easyPieChart {
+ position: relative;
+ text-align: center;
+}
+
+.easyPieChart canvas {
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+
+.easyPieChartLabel {
+ display: inline-block;
+ position: absolute;
+ float: left;
+ width: 100%;
+ text-align: center;
+ color: #333333;
+ font-weight: normal;
+}
+
+.easyPieChartTitle {
+ display: inline-block;
+ position: absolute;
+ float: left;
+ width: 100%;
+ text-align: center;
+ color: #999999;
+ font-weight: bold;
+}
+
+.easyPieChartUnits {
+ display: inline-block;
+ position: absolute;
+ float: left;
+ width: 100%;
+ text-align: center;
+ color: #333333;
+ font-weight: normal;
+}