Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
v\:oval,
2
v\:shadow,
3
v\:fill {
4
    behavior: url(#default#VML);
5
    display: inline-block;
6
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
7
}
8
.yui3-dial{
9
	position:relative;
10
	display:-moz-inline-stack;
11
	display:inline-block;
12
	zoom:1;
13
	*display:inline;
14
	/*text-align:center;   This causes problems with the angle calc with longer labels*/
15
}
16
.yui3-dial-content,
17
.yui3-dial-ring{
18
	position:relative;
19
}
20
.yui3-dial-handle,
21
.yui3-dial-marker,
22
.yui3-dial-center-button,
23
.yui3-dial-reset-string,
24
.yui3-dial-handle-vml,
25
.yui3-dial-marker-vml,
26
.yui3-dial-center-button-vml,
27
.yui3-dial-ring-vml v\:oval,
28
.yui3-dial-center-button-vml v\:oval
29
{
30
	position:absolute;
31
}
32
.yui3-dial-center-button-vml v\:oval {
33
	font-size:1px;
34
	top:0;
35
	left:0;
36
}
37
.yui3-dial-content .yui3-dial-ring .yui3-dial-hidden v\:oval,
38
.yui3-dial-content .yui3-dial-ring .yui3-dial-hidden {
39
	/* [#2530206] using opacity instead of display:none;. display:none was mis-positioning the marker when we set the dial value on ring mousedown. */
40
	opacity:0;
41
	filter:alpha(opacity=0);
42
}