MDL-32843 import YUI 3.5.1
[moodle.git] / lib / yui / 3.5.1 / build / dial / assets / dial-core.css
blobe0a138bef3d028146542961f2f05e285ecef0a60
1 /*
2 YUI 3.5.1 (build 22)
3 Copyright 2012 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
7 v\:oval,
8 v\:shadow,
9 v\:fill {
10 behavior: url(#default#VML);
11 display: inline-block;
12 zoom: 1; *display: inline; /* IE < 8: fake inline-block */
14 .yui3-dial{
15 position:relative;
16 display:-moz-inline-stack;
17 display:inline-block;
18 zoom:1;
19 *display:inline;
20 /*text-align:center; This causes problems with the angle calc with longer labels*/
22 .yui3-dial-content,
23 .yui3-dial-ring{
24 position:relative;
26 .yui3-dial-handle,
27 .yui3-dial-marker,
28 .yui3-dial-center-button,
29 .yui3-dial-reset-string,
30 .yui3-dial-handle-vml,
31 .yui3-dial-marker-vml,
32 .yui3-dial-center-button-vml,
33 .yui3-dial-ring-vml v\:oval,
34 .yui3-dial-center-button-vml v\:oval
36 position:absolute;
38 .yui3-dial-center-button-vml v\:oval {
39 font-size:1px;
40 top:0;
41 left:0;
43 .yui3-dial-content .yui3-dial-ring .yui3-dial-hidden v\:oval,
44 .yui3-dial-content .yui3-dial-ring .yui3-dial-hidden {
45 /* [#2530206] using opacity instead of display:none;. display:none was mis-positioning the marker when we set the dial value on ring mousedown. */
46 opacity:0;
47 filter:alpha(opacity=0);