diff --git a/src/ui_ng/src/app/shared/gauge/gauge.component.css b/src/ui_ng/src/app/shared/gauge/gauge.component.css index 3eda1b1d0..60a7cb057 100644 --- a/src/ui_ng/src/app/shared/gauge/gauge.component.css +++ b/src/ui_ng/src/app/shared/gauge/gauge.component.css @@ -58,30 +58,32 @@ */ .esxc-gauge-small .esxc-gauge-container { - width: 100px; - height: 50px; + width: 60px; + height: 30px; + top: -8px; + left: 8px; } .esxc-gauge-small .esxc-gauge-circle-fill { - height: 100px; - border-radius: 50px; - clip: rect(50px, 100px, 100px, 0); + height: 60px; + border-radius: 30px; + clip: rect(30px, 60px, 60px, 0); } .esxc-gauge-small .esxc-gauge-circle-bg { - height: 100px; - border-radius: 50px; + height: 60px; + border-radius: 30px; } .esxc-gauge-small .esxc-gauge-circle-inner { - width: 80px; - height: 80px; - border-radius: 40px; - margin: 10px; + width: 50px; + height: 50px; + border-radius: 25px; + margin: 5px; } .esxc-gauge-small .esxc-gauge-circle-caption { - margin-top: 20px; + margin-top: 6px; } @@ -144,8 +146,11 @@ margin-top: 95px; } + +/*Sall size*/ + .esxc-gauge-small .esxc-gauge-circle-caption .esxc-value { - font-size: 24px; + font-size: 16px; font-weight: bold; } @@ -161,6 +166,8 @@ font-size: 16px; text-align: center; margin-top: 3px; + position: relative; + bottom: -2px; } .esxc-gauge-small .esxc-title .esxc-bar-title { @@ -172,6 +179,8 @@ .esxc-gauge-small .esxc-limit { text-align: center; + position: relative; + top: -8px; } .esxc-gauge-small .esxc-limit .esxc-value { @@ -190,6 +199,9 @@ text-align: right; } + +/*medium size*/ + .esxc-gauge-medium .esxc-gauge-circle-caption { margin-top: 40px; color: #000; @@ -232,6 +244,9 @@ margin-top: -8px; } + +/*large size*/ + .esxc-gauge-large .esxc-gauge-circle-caption .esxc-value { font-size: 40px; } diff --git a/src/ui_ng/src/app/shared/statictics/statistics-panel.component.html b/src/ui_ng/src/app/shared/statictics/statistics-panel.component.html index 7fbbd7d25..61602f536 100644 --- a/src/ui_ng/src/app/shared/statictics/statistics-panel.component.html +++ b/src/ui_ng/src/app/shared/statictics/statistics-panel.component.html @@ -1,6 +1,6 @@
-
+