Change repo stats to use the RAC table and a nice UI
This commit is contained in:
parent
dbe14fe729
commit
853cca35f3
10 changed files with 184 additions and 125 deletions
17
static/css/directives/ui/heatmap.css
Normal file
17
static/css/directives/ui/heatmap.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
.heatmap-element {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.heatmap-element svg {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.heatmap-element .cal-heatmap-container {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.heatmap-element .graph-label {
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
}
|
Reference in a new issue