dial-core.css revision 3e16868ea3bfcadfeeb8e23aca5bb2317a6a8ba9
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:100%;
height:100%;
}
.yui3-dial-center-button-vml v\:oval {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
font-size:1px;
}
.yui3-dial-marker{
position:absolute;
width:10%;
height:10%;
}
.yui3-dial-marker-hidden{
display: none;
}