~michael.nelson/ubuntu-webcatalog/1267731-import-sca-apps-error

« back to all changes in this revision

Viewing changes to src/webcatalog/static/yui/3.10.3/build/dial/assets/dial-core.css

  • Committer: Tarmac
  • Author(s): Stephen Stewart
  • Date: 2013-06-26 09:19:32 UTC
  • mfrom: (184.1.4 ubuntu-global-nav)
  • Revision ID: tarmac-20130626091932-8urtuli368k8p7ds
[r=beuno,jonas-drange] add ubuntu global nav to apps.ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
YUI 3.10.3 (build 2fb5187)
 
3
Copyright 2013 Yahoo! Inc. All rights reserved.
 
4
Licensed under the BSD License.
 
5
http://yuilibrary.com/license/
 
6
*/
 
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
.yui3-dial-ring{
 
25
        position:relative;
 
26
}
 
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
 
36
{
 
37
        position:absolute;
 
38
}
 
39
.yui3-dial-center-button-vml v\:oval {
 
40
        font-size:1px;
 
41
        top:0;
 
42
        left:0;
 
43
}
 
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);        
 
49
}