Newer
Older
.jqplot-loading {
background: url(../../../themes/default/images/loading-blue.gif) no-repeat center center white;
position: absolute;
z-index: 10;
}
.jqplot-target {
position: relative;
color: #333;
font-size: 1em;
}
.jqplot-axis {
font-size: 0.75em;
}
.jqplot-xaxis {
margin-top: 10px;
}
.jqplot-yaxis {
margin-right: 10px;
}
BeezyT
a validé
.jqplot-y2axis,
.jqplot-y3axis {
margin: 0 3px 0 7px;
BeezyT
a validé
}
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick {
position: absolute;
}
.jqplot-xaxis-tick {
left: 15px;
vertical-align: top;
}
.jqplot-yaxis-tick {
top: 15px;
text-align: right;
}
.jqplot-yaxis-tick.jqplot-breakTick {
right: -20px;
padding:1px 5px 1px 5px;
z-index: 2;
font-size: 1.5em;
}
.jqplot-xaxis-label {
margin-top: 10px;
font-size: 11pt;
position: absolute;
}
.jqplot-yaxis-label {
margin-right: 10px;
font-size: 11pt;
position: absolute;
}
.jqplot-title {
padding-bottom: 0.5em;
font-size: 1.2em;
BeezyT
a validé
}
/**
* ROW EVOLUTION POPUP
*/
.rowevolution {
position: relative;
overflow: hidden;
BeezyT
a validé
text-align: left
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
}
.rowevolution h2 {
font-size: 16px;
margin: 0;
padding: 0;
}
.rowevolution .metrics-container {
padding: 11px 0 5px 0;
}
.rowevolution table.metrics {
border-spacing: 0;
}
.multirowevolution table.metrics {
margin-bottom: 12px;
}
.rowevolution table.metrics,
.multirowevolution table.metrics {
/* prevent select for shift-click on metric toggles */
user-select: none; /* CSS3 */
-moz-user-select: none; /* Gecko (Firefox) */
-khtml-user-select:none; /* Webkit (Safari, Chrome) */
}
.rowevolution table.metrics tr {
margin: 0;
padding: 0;
cursor: pointer;
}
.rowevolution table.metrics td {
vertical-align: middle;
text-align: left;
margin: 0;
padding: 4px 0;
cursor: pointer;
}
.rowevolution table.metrics td.sparkline {
width: 120px;
}
.multirowevolution table.metrics td.sparkline {
padding-top: 15px;
}
/** IE7 does not support inline image data, which is needed for spark lines */
*+html .multirowevolution table.metrics td.sparkline,
*+html .rowevolution table.metrics td.sparkline {
display: none;
}
.rowevolution table.metrics td.text {
font-size: 13px;
line-height: 18px;
color: #7E7363;
font-weight: bold;
}
.multirowevolution table.metrics td.text {
padding-top: 8px;
}
.rowevolution table.metrics td.text span.details {
font-weight: normal;
color: #444;
}
.rowevolution table.metrics td.text span.change {
display: block;
float: left;
padding-left: 15px;
}
.rowevolution table.metrics td.text span.good {
.rowevolution table.metrics td.text span.bad {
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
}
.rowevolution-documentation {
font-size: 12px;
margin: 2px 0 5px 0;
padding: 5px 0 5px 23px;
color: #888;
background: url(../../../themes/default/images/help.png) no-repeat left center;
}
.rowevolution .metric-selectbox,
.rowevolution .compare-container {
padding: 15px 0 5px 0;
}
.rowevolution .metric-selectbox select {
font-size: 13px;
color: #444;
margin: 8px 0 0 0;
padding: 0;
}
a.rowevolution-startmulti {
font-size: 12px;
color: #7E7363;
font-weight: bold;
text-decoration: none;
}
a.rowevolution-startmulti:hover {
color: #444;
}
/**
* SERIES PICKER FOR CHARTS
*/
BeezyT
a validé
.jqplot-seriespicker {
display: block;
position: absolute;
z-index: 9;
width: 24px;
height: 16px;
margin-top: 3px;
background: url(../../../themes/default/images/chart_line_edit.png) no-repeat center center;
overflow: hidden;
text-indent: -999px;
}
.jqplock-seriespicker-popover {
display: block;
position: absolute;
z-index: 1010; /* must be above ui dialog */
BeezyT
a validé
margin-top: -2px;
background: url(../../../themes/default/images/chart_line_edit.png) no-repeat 7px 4px #f7f7f7;
BeezyT
a validé
font-size: 11px;
font-weight: normal;
border: 1px solid #e4e5e4;
padding: 6px 9px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
box-shadow: 1px 1px 2px #666;
}
.jqplock-seriespicker-popover p {
margin: 0;
padding: 0 4px 0 0;
line-height: 15px;
vertical-align:middle;
BeezyT
a validé
}
.jqplock-seriespicker-popover p.headline {
font-weight: bold;
font-size: 12px;
padding: 0 0 6px 22px;
color: #7E7363;
}
.jqplock-seriespicker-popover p.headline.recordsToPlot {
padding: 8px 0 3px 0;
}
BeezyT
a validé
.jqplock-seriespicker-popover.alignright p.headline {
padding: 0 22px 6px 0;
}
.jqplock-seriespicker-popover input.select {
margin-right: 8px;
}
.jqplock-seriespicker-popover p.pickColumn,
.jqplock-seriespicker-popover p.pickRow {
cursor: pointer;