dial-core.css revision 04f7ef259d54aeab53258697e1e7f8856adcc8a6
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 {
width:50px;
height:50px;
font-size:1px;
}
.yui3-dial-marker{
position:absolute;
width:10%;
height:10%;
}
.yui3-dial-marker-hidden{
display: none;
}
.yui3-skin-sam .yui3-dial-ring v\:oval {
position:absolute; top:0; left:0;
}