Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / static / css / tools / trial_comparison.css
blobfcbc45f4fd144c07f367e7587d02af815ee878a2
1 .tc-form {
2 max-width: 400px;
3 margin: auto;
6 #result_div{
7 margin-top: 1em;
10 .tc-grid, .tc-histogram{
11 box-sizing: border-box;
12 margin: auto;
13 position:relative;
16 .tc-legend-entry:hover .tc-legend-circle{
17 stroke: #49f;
18 stroke-width: 2;
21 .tc-background {
22 fill: white;
23 stroke: #aaa;
25 .tc-ph-bg{
26 fill: #eee;
27 stroke: #aaa;
29 .tc-grid-box:not(.only-box):hover .tc-background{
30 stroke: #49f;
32 .tc-scatter-point{
33 fill: #49f;
35 .tc-fit-line{
36 stroke: #f94;
38 .tc-info-text{
39 text-anchor: end;
40 font-size: 12px;
42 .tc-graph-axis text{
43 font-size: 12px;
44 fill: #333;
46 .tc-axis-label{
47 text-anchor: middle;
48 alignment-baseline: middle;
50 .tc-tool-tip-text{
51 fill: white;
52 font-size: 40pt;
54 .tc-label rect{
55 fill: #eee;
56 stroke: #aaa;
59 .tc-label text{
60 text-anchor: middle;
61 alignment-baseline: middle;