src/myams/resources/css/myams.css
changeset 33 09383f711349
parent 30 37ac838dfc35
child 36 f090c62de817
--- a/src/myams/resources/css/myams.css	Fri Dec 11 13:48:27 2020 +0100
+++ b/src/myams/resources/css/myams.css	Fri Dec 11 13:49:40 2020 +0100
@@ -2,7 +2,7 @@
  * MyAMS
  * « My Application Management Skin »
  *
- * Version: 0.1.45 (rev. 1)
+ * Version: 0.1.46 (rev. 1)
  * A bootstrap based application/administration skin
  *
  * Custom administration and application skin tools
@@ -16870,25 +16870,27 @@
 /*
  * Graphs
  */
-.chart {
-  height: 220px;
+.chart,
+.legend {
+  min-height: 250px;
   margin: 20px 5px 10px 10px;
 }
-.chart .legendLayer .background {
+.chart .legendLayer .background,
+.legend .legendLayer .background {
   fill: rgba(255, 255, 255, 0.85);
   stroke: rgba(0, 0, 0, 0.85);
   stroke-width: 1;
 }
-.chart-small {
+.chart-sm {
   height: 100px;
   width: 100%;
 }
-.chart-large {
-  height: 235px;
+.chart-lg {
+  height: 400px;
   width: 100%;
 }
 .chart-xl {
-  height: 297px;
+  height: 600px;
   width: 100%;
 }
 #flotTip {