Code

Add rudimentary support for dynamic graphs based on a metrics query.
[sysdb/webui.git] / static / style / main.css
index 4127602aa6de6c352091f2c43f73abf5964f51e1..1bcae8641f89521ca6ba6c8693e29c0ca17918fc 100644 (file)
@@ -173,6 +173,13 @@ input[type=text].datetime {
        padding: 0px 3px;
 }
 
+input[type=text].query {
+       width: 25em;
+       height: 25px;
+       border: 1px solid #000;
+       padding: 0px 3px;
+}
+
 button {
        background-color: #000;
        color: #fff;