SingleStatPanel: Added graph to single stat panel, #951

This commit is contained in:
Torkel Ödegaard
2014-10-19 19:36:59 -04:00
parent 69fdfd5cb3
commit 31a4d9204c
7 changed files with 234 additions and 193 deletions
+10
View File
@@ -1,6 +1,16 @@
.stats-panel {
position: relative;
display: table;
width: 100%;
}
.stats-panel-value-container {
padding: 20px;
display: table-cell;
vertical-align: middle;
text-align: center;
position: relative;
z-index: 1;
}
.stats-panel-value {