@c8y/style 1022.34.0 → 1022.35.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -229,9 +229,10 @@ c8y-chart {
|
|
|
229
229
|
|
|
230
230
|
.chart-load-more{
|
|
231
231
|
position: absolute;
|
|
232
|
-
left:
|
|
233
|
-
right:
|
|
232
|
+
left: 16px;
|
|
233
|
+
right: 16px;
|
|
234
234
|
bottom: 3px;
|
|
235
|
+
z-index: 20;
|
|
235
236
|
}
|
|
236
237
|
|
|
237
238
|
.meausurements2 c8y-measurements-icon-bar {
|
|
@@ -323,3 +324,11 @@ c8y-chart {
|
|
|
323
324
|
right: -35px;
|
|
324
325
|
}
|
|
325
326
|
}
|
|
327
|
+
|
|
328
|
+
.e-charts--aggregated-datapoint{
|
|
329
|
+
position: absolute;
|
|
330
|
+
right: 17px;
|
|
331
|
+
bottom: 3px;
|
|
332
|
+
display: flex;
|
|
333
|
+
align-items: center;
|
|
334
|
+
}
|