Meilleur affichage table des stats
This commit is contained in:
parent
2e15d5f45d
commit
f68fe55d47
@ -13,6 +13,6 @@ $(document).ready ->
|
|||||||
$('tfoot .sparkline').sparkline vals,
|
$('tfoot .sparkline').sparkline vals,
|
||||||
type: 'bar'
|
type: 'bar'
|
||||||
height: '3em'
|
height: '3em'
|
||||||
barWidth: '100%'
|
barWidth: '80em'
|
||||||
barColor: '#9CC5EE'
|
barColor: '#9CC5EE'
|
||||||
barSpacing: 2
|
barSpacing: 2
|
||||||
|
@ -36,7 +36,7 @@ body.stats h3
|
|||||||
|
|
||||||
table.list.dates
|
table.list.dates
|
||||||
th, td
|
th, td
|
||||||
padding: 0 1em
|
padding: 0 0.6em
|
||||||
|
|
||||||
.sparkline
|
.sparkline
|
||||||
padding: 0
|
padding: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user