src/myams/resources/css/myams.css
changeset 36 f090c62de817
parent 33 09383f711349
child 39 fed67f169e1c
--- a/src/myams/resources/css/myams.css	Fri Dec 11 15:28:15 2020 +0100
+++ b/src/myams/resources/css/myams.css	Fri Dec 11 15:28:25 2020 +0100
@@ -2,7 +2,7 @@
  * MyAMS
  * « My Application Management Skin »
  *
- * Version: 0.1.46 (rev. 1)
+ * Version: 0.1.47 (rev. 1)
  * A bootstrap based application/administration skin
  *
  * Custom administration and application skin tools
@@ -16881,16 +16881,20 @@
   stroke: rgba(0, 0, 0, 0.85);
   stroke-width: 1;
 }
+.legend .legendLayer {
+  width: 100% !important;
+  height: 100% !important;
+}
 .chart-sm {
-  height: 100px;
+  max-height: 100px;
   width: 100%;
 }
 .chart-lg {
-  height: 400px;
+  min-height: 400px;
   width: 100%;
 }
 .chart-xl {
-  height: 600px;
+  min-height: 600px;
   width: 100%;
 }
 #flotTip {