Merge branch 'topic/stock_detail_page'
[sgn.git] / static / solgs / flot_pheno.css
blob1a70765fb4fbaf32545e96aa4b3e9a27b17a362d
1 /*
2 * custom css for Flot plots
3 */
5 #gebvbutton-reset {
6 margin-top: 10px;
7 position: left;
8 width: 90px;
9 height: 20px;
10 font-size: 10px;
13 #gebvzoom-reset {
14 position: relative;
15 margin-top: 10px;
16 margin-right: 10px;
17 width: 90px;
18 height: 20px;
19 font-size: 10px;
22 #phenozoom-reset {
23 position: relative;
24 margin-top: 10px;
25 margin-right: 10px;
26 width: 90px;
27 height: 20px;
28 font-size: 10px;
31 #gebvPlot2 {
32 width: '100%';
33 height:400px;
36 #phenoPlot {
37 width: '100%';
38 height:400px;
41 #gebvPlot2 div.xAxis div.tickLabel {
42 font-size: 10px;
43 margin-top: 40px;
44 transform: rotate(-90deg);
45 -ms-transform:rotate(-90deg); /* IE 9 */
46 -moz-transform:rotate(-90deg); /* Firefox */
47 -webkit-transform:rotate(-90deg); /* Safari and Chrome */
48 -o-transform:rotate(-90deg); /* Opera */
49 /*rotation-point:50% 50%;*/ /* CSS3 */
50 /*rotation:270deg;*/ /* CSS3 */
53 #phenoPlot div.xAxis div.tickLabel {
54 font-size: 10px;
55 margin-top: 40px;
56 transform: rotate(-90deg);
57 -ms-transform:rotate(-90deg); /* IE 9 */
58 -moz-transform:rotate(-90deg); /* Firefox */
59 -webkit-transform:rotate(-90deg); /* Safari and Chrome */
60 -o-transform:rotate(-90deg); /* Opera */
61 /*rotation-point:50% 50%;*/ /* CSS3 */
62 /*rotation:270deg;*/ /* CSS3 */
65 #gebvPlotOverview {
66 width:100%;
67 height:100px;
70 #phenoPlotOverview {
71 width:100%;
72 height:100px;