]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/dial/assets/dial-core.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui3 / build / dial / assets / dial-core.css
1 /*
2 Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 3.3.0
6 build: 3167
7 */
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 */
14 }
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*/ 
22 }
23 .yui3-dial-content{
24         position:relative;
25 }
26 .yui3-dial-ring-vml v\:oval {
27         width:100px;
28         height:100px;
29 }
30 .yui3-dial-center-button-vml v\:oval {
31         width:50px;
32         height:50px;
33         font-size:1px;
34 }
35 .yui3-dial-marker{
36         position:absolute; 
37         width:10%; 
38         height:10%;
39 }
40 .yui3-dial-marker-hidden{
41     display: none;
42 }
43 .yui3-skin-sam .yui3-dial-ring v\:oval {
44         position:absolute; top:0; left:0;
45 }