summaryrefslogtreecommitdiff
blob: 9d611276add4b5952daf9eab0a8cb8db8612e8db (plain)
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
/**
 * CSS for SRF jqplot module
 * *
 * @licence: GNU GPL v2 or later
 * @author:  mwjames
 *
 * @release: 0.1
 */
.srf-jqplot-plot.tabs {
	margin-bottom: 10px;
}

.srf-jqplot-text-adjust {
 height: 10px;
}

.srf-jqplot-chart-adjust.tabs {
 height: 20px;
 width: 15px;
}

.srf-jqplot-table-adjust.tabs {
 width: 20px;
}

.srf-jqplot-table-adjust.tabs.chrome {
 width: 25px;
}

.srf-jqplot-table-adjust.tabs.firefox {
 width: 35px;
}

.srf-jqplot-chart-text {
	color:grey;
	display:block;
	position:relative;
	font-size:90%;
	margin-bottom: 10px;
	margin-right: 10px;
}

.srf-jqplot-chart-text.tabs {
	font-size:120%;
	margin-left: 10px;
	margin-bottom: 10px;
}

.srf-jqplot-chart-text.pie,
.srf-jqplot-chart-text.donut {
	margin-left: 10px;
}