RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / base / charts.css
1 .chart-group-by fieldset,
2 .chart-calculate fieldset {
3     border-width: 1px 0 0 0;
4     border-style: solid;
5     border-color: #aaa;
6 }
7
8 .chart-group-by fieldset legend,
9 .chart-calculate fieldset legend {
10     padding: 0 1em;
11 }
12
13 .chart-picture input[name=Width],
14 .chart-picture input[name=Height] {
15     width: 3em;
16     text-align: right;
17 }
18
19 .chart-wrapper .collection-as-table th {
20     text-shadow: 0 0 3px #ddd;
21 }
22
23 .chart-wrapper .collection-as-table tr th.evenline {
24     background: #eee;
25 }
26 .chart-wrapper .collection-as-table tr th.oddline {
27     background: #ddd;
28 }