Code

server: Add support for GroupBy in graphs.
[sysdb/webui.git] / static / style / main.css
index 4ad9665675b10f8cf988f56c81f96129ed54d97b..00ec0897ff5ae02a4e9a88b0b1001d6312202e99 100644 (file)
@@ -165,3 +165,26 @@ 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;
+}
+
+input[type=text].query {
+       width: 25em;
+       height: 25px;
+       border: 1px solid #000;
+       padding: 0px 3px;
+       margin: 3px;
+}
+
+button {
+       background-color: #000;
+       color: #fff;
+       border: 1px solid #000;
+       height: 25px;
+       padding: 0px;
+}