[385] Use page_heading helper function consistently
[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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.table-condensed td.sparkline-cell {
  padding: 1px 0 0 0;
  width: 108px;
  text-align: center;
  /* Hack to hide the momentary flash of text 
   * before sparklines are fully rendered */
  font-size: 1px;
  color: transparent;
  overflow: hidden;
}
.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 {
  background: transparent;
  width: 100%;
  padding-top: 4px;
}
.rickshaw_y_axis {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
}
.rickshaw_legend .label {
  background: transparent !important;
  color: #000000 !important;
  font-weight: normal !important;
}
.rickshaw_legend .instructions {
  color: #000;
  margin-bottom: 6px;
}
 
.rickshaw_legend .line .action {
  display: none;
}
.rickshaw_legend .line .swatch {
  display: block;
  float: left;
}
.rickshaw_legend .line .label {
  display: block;
  white-space: normal;
  float: left;
  width: 200px;
}
.rickshaw_legend .line .label:hover {
  text-decoration: underline;
}
 
.ga-reports-table .td-numeric {
  text-align: center;
}