added block time bar chart

This commit is contained in:
cubedro
2015-03-27 18:52:42 +02:00
parent a01706c971
commit 92ae0e9144
9 changed files with 75 additions and 23 deletions

View File

@@ -34,6 +34,10 @@ body {
color: #aaa !important;
}
.big-info.chart {
padding-left: 15px;
}
.big-info span.big-details {
display: block;
font-weight: 200;
@@ -42,6 +46,32 @@ body {
letter-spacing: -4px;
}
.big-info.chart span.big-details {
padding-top: 15px;
}
.jqstooltip {
}
.jqsfield {
position: relative;
padding: 5px 0;
width: 40px;
left: -20px;
word-wrap: wrap;
text-align: center;
}
.jqsfield .tooltip-arrow {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #fff;
}
table i {
-webkit-font-smoothing: subpixel-antialiased;
-moz-font-smoothing: subpixel-antialiased;