dial-core.css revision 624b3d25f12c6e63f607b2690315293ad7ef6481
v\:oval,
v\:shadow,
v\:fill {
behavior: url(#default#VML);
display: inline-block;
zoom: 1; *display: inline; /* IE < 8: fake inline-block */
}
.yui3-dial{
position:relative;
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
/*text-align:center; This causes problems with the angle calc with longer labels*/
}
.yui3-dial-content{
position:relative;
}
.yui3-dial-ring-vml v\:oval {
width:100px;
height:100px;
}
.yui3-dial-center-button-vml v\:oval {
position:absolute;
top:0;
left:0;
width:50px;
height:50px;
font-size:1px;
}
.yui3-dial-marker{
position:absolute;
width:10%;
height:10%;
}
.yui3-dial-marker-vml { /* A div not an oval */
position:absolute;
width:10%;
height:10%;
}
.yui3-dial-handle-vml { /* A div not an oval */
position:absolute;
width:20%;
height:20%;
}
.yui3-dial-marker-hidden{
display: none;
}