Code

Make a metric's graph's time-range configurable.
[sysdb/webui.git] / static / style / main.css
index 4ad9665675b10f8cf988f56c81f96129ed54d97b..4127602aa6de6c352091f2c43f73abf5964f51e1 100644 (file)
@@ -165,3 +165,18 @@ table.results th, table.results td {
 table.results td.value {
        word-break: break-all;
 }
+
+input[type=text].datetime {
+       width: 12em;
+       height: 25px;
+       border: 1px solid #000;
+       padding: 0px 3px;
+}
+
+button {
+       background-color: #000;
+       color: #fff;
+       border: 1px solid #000;
+       height: 25px;
+       padding: 0px;
+}