~richardw/jarmon/jsrrdgraph-integration

« back to all changes in this revision

Viewing changes to docs/examples/assets/css/style.css

  • Committer: Richard Wall
  • Date: 2011-06-12 15:42:44 UTC
  • mfrom: (70.1.25 customisable-charts)
  • Revision ID: richard@largo-20110612154244-64n5q4ahdp5x4xu8
Various changes and re-factoring towards implementation of a customisable interface. Old and unfinished but needs merging before starting work on Jquery 1.5 compatibility work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
}
10
10
 
11
11
h2 {
12
 
    padding: 0 0 0 55px;
13
 
    margin: 20px auto 5px auto;
14
12
    font-size: 14px;
15
 
    text-align: left;
16
 
    clear: both;
17
13
}
18
14
 
19
15
p, li, dt, dd, td, th, div {
36
32
    height:200px;
37
33
    width: 850px;
38
34
    margin: 0 auto 0 auto;
 
35
    clear: both;
39
36
}
40
37
 
41
38
.tickLabel {
75
72
    border: none;
76
73
}
77
74
 
 
75
input[type=text] {
 
76
    padding: 3px;
 
77
    border: 1px solid #EEE;
 
78
}
 
79
 
78
80
.notice {
79
81
    border: 1px solid Green;
80
82
    background: #FFDDFF;
85
87
#calroot {
86
88
    z-index: 2;
87
89
}
 
90
 
 
91
.chart-header {
 
92
    width: 790px;
 
93
    padding: 5px 0 5px 0;
 
94
    margin: 20px auto 0 auto;
 
95
    position: relative;
 
96
    left: 25px;
 
97
}
 
98
 
 
99
.chart-header:AFTER {
 
100
    content: ''
 
101
}
 
102
 
 
103
.chart-container h2{
 
104
    float: left;
 
105
    margin: 0;
 
106
}
 
107
 
 
108
.chart-container .chart-controls{
 
109
    float: right;
 
110
    margin: 0;
 
111
}
 
112
 
 
113
.tab-controls {
 
114
    width: 790px;
 
115
    padding: 5px 0 5px 0;
 
116
    margin: 20px auto 0 auto;
 
117
    text-align: right;
 
118
    position: relative;
 
119
    left: 25px;
 
120
}