Petit changement espacement dans stats
This commit is contained in:
parent
0fe4fa8eb5
commit
604bbbb443
@ -15,3 +15,4 @@ $(document).ready ->
|
||||
height: '3em'
|
||||
barWidth: '100%'
|
||||
barColor: '#9CC5EE'
|
||||
barSpacing: 2
|
||||
|
@ -34,5 +34,9 @@
|
||||
body.stats h3
|
||||
text-align: center
|
||||
|
||||
.sparkline
|
||||
padding: 0
|
||||
table.list.dates
|
||||
th, td
|
||||
padding: 0 1em
|
||||
|
||||
.sparkline
|
||||
padding: 0
|
||||
|
@ -22,7 +22,7 @@
|
||||
%tbody
|
||||
- (1..12).each do |m|
|
||||
%tr
|
||||
%td.month= I18n.t('date.month_names')[m]
|
||||
%th.month= I18n.t('date.month_names')[m]
|
||||
- @year_events.each do |year|
|
||||
%td.quantity
|
||||
- line = @month_events.find { |line| line[0][0] == year[0] && line[0][1] == m }
|
||||
|
Loading…
Reference in New Issue
Block a user