Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / resources / themes / stylesheets / ext4 / default / widgets / _drawcomponent.scss
1 @mixin extjs-drawcomponent {
2     .#{$prefix}surface {
3         @include inline-block;
4     }
5
6     .rvml {
7         behavior: url(#default#VML);
8     }
9
10     .#{$prefix}surface tspan {
11         user-select: none;
12         -o-user-select: none;
13         -ms-user-select: none;
14         -moz-user-select: none;
15         -webkit-user-select: none;
16     }
17
18     .#{$prefix}vml-sprite {
19         position: absolute;
20         left: 0;
21         top: 0;
22         width: 1px;
23         height: 1px;
24     }
25
26     .#{$prefix}vml-group {
27         position: absolute;
28         left: 0;
29         top: 0;
30         width: 1000px;
31         height: 1000px;
32     }
33
34     .#{$prefix}vml-measure-span {
35         position: absolute;
36         left: -9999em;
37         top: -9999em;
38         padding: 0;
39         margin: 0;
40         display: inline;
41     }
42
43     .#{$prefix}vml-base {
44         position: relative; 
45         top: 0;
46         left: 0;
47         overflow: hidden;
48         display: inline-block;
49     }
50
51     .#{$prefix}vml-base {
52         position: relative; 
53         top: 0;
54         left: 0;
55         overflow: hidden;
56         display: inline-block;
57     }
58 }
59