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