html/style.css in sandi_meter-0.0.6 vs html/style.css in sandi_meter-1.0.0
- old
+ new
@@ -49,5 +49,80 @@
}
.plot-charts-item-graph {
height: 280px;
}
+
+.toggle_report.current_tab {
+ text-decoration: none;
+ cursor: default;
+ pointer-events: none;
+}
+
+.details {
+ display: none;
+}
+
+.details h2 {
+ margin: 0 0 14px;
+}
+
+.details-stats {
+ font-family: monospace;
+ margin-bottom: 40px;
+}
+
+.details-stats td {
+ padding-right: 20px;
+ line-height: 18px;
+}
+
+.details-stats td.warning {
+ color: red;
+}
+
+.main-menu {
+ margin-bottom: 30px;
+}
+
+.main-menu {
+ text-align: center;
+}
+
+.main-menu a {
+ display: inline-block;
+ padding: 4px 16px;
+ font-size: 18px;
+ text-decoration: none;
+ color: black;
+ border: 1px solid rgb(158, 158, 158);
+}
+
+.main-menu a:hover {
+ color: rgb(65, 131, 196);;
+}
+
+.main-menu a:first-child {
+ border-right: none;
+ border-top-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+}
+
+.main-menu a:last-child {
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
+}
+
+.main-menu-active {
+ background: rgb(240, 240, 240);
+}
+
+.main-menu .main-menu-active:hover {
+ color: black;
+}
+
+.hint {
+ margin: -40px 0 40px 0;
+ font-family: monospace;
+ font-style: italic;
+ font-weight: normal;
+}