#167 JS development of hashchange-dependant tabbing mechanism, and of Rickshaw graphs with separate legends.
[ckanext-ga-report.git] / ckanext / ga_report / public / css / ga_report.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.table-condensed td.sparkline-cell {
  padding: 1px 0 0 0;
  width: 108px;
  text-align: center;
}
.rickshaw_chart_container {
  position: relative;
  height: 350px;
  margin: 0 auto 20px auto;
}
.rickshaw_chart {
  position: absolute;
  left: 40px;
  width: 500px;
  top: 0;
  bottom: 0;
}
.rickshaw_legend {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 15px;
  padding: 0 5px;
  background: transparent;
  max-width: 150px;
  overflow: hidden;
  background: rgba(0,0,0,0.05);
  border-radius:5px;
}
.rickshaw_y_axis {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
}
.rickshaw_legend .label {
  background: transparent !important;
  color: #000000 !important;
  font-weight: normal !important;
}