More work on integrated console, with request details

This commit is contained in:
Torkel Ödegaard
2014-08-10 21:25:24 +02:00
parent eb9a7267bd
commit aa03de8e52
3 changed files with 107 additions and 17 deletions
+28 -5
View File
@@ -19,17 +19,35 @@
color: @blue;
}
margin: 2px 0;
display: table-row;
}
.grafana-console-body {
overflow-y: auto;
padding-left: 3px;
display: table;
width: 100%;
}
.grafana-console-type {
margin: 0 3px;
min-width: 75px;
display: inline-block;
.gfc-col {
display: table-cell;
padding: 2px 4px;
white-space: nowrap;
overflow: hidden;
vertical-align: middle;
}
.grafana-console-method {
text-align: center;
}
.grafana-console-error {
.grafana-console-method {
color: red;
}
}
.grafana-console-field2 {
width: 90%;
}
.grafana-console-time:before {
@@ -46,3 +64,8 @@
color: rgb(162, 196, 253);
}
.grafana-console-elapsed {
text-align: right;
color: rgb(162, 196, 253);
}