html/style.css in sandi_meter-1.1.5 vs html/style.css in sandi_meter-1.1.6
- old
+ new
@@ -34,26 +34,36 @@
float: left;
width: 25%;
}
.plot-charts-item {
- width: 480px;
- float: left;
+ width: 470px;
height: 298px;
+ float: left;
margin-bottom: 40px;
}
.plot-charts-item-caption {
font-size: 16px;
line-height: 18px;
text-align: center;
}
.plot-charts-item-graph {
+ width: 470px;
height: 280px;
}
+.progress {
+ text-align: center;
+}
+
+.progress .plot-charts-item {
+ float: none;
+ margin: 0 auto;
+}
+
.toggle_report.current_tab {
text-decoration: none;
cursor: default;
pointer-events: none;
}
@@ -89,9 +99,10 @@
}
.main-menu a {
display: inline-block;
padding: 4px 16px;
+ margin-left: -5px;
font-size: 18px;
text-decoration: none;
color: black;
border: 1px solid rgb(158, 158, 158);
}