source: branches/testFACT++branch/dim/WebDID/ext-4.1.1a/resources/themes/stylesheets/neptune/default/widgets/_drawcomponent.scss

Last change on this file was 14939, checked in by tbretz, 12 years ago
Added WebDID from v20r5
File size: 1003 bytes
Line 
1@mixin extjs-drawcomponent {
2 .#{$prefix}surface {
3 @include inline-block;
4 overflow: hidden;
5 }
6
7 .rvml {
8 behavior: url(#default#VML);
9 }
10
11 .#{$prefix}surface tspan {
12 @extend .no-select;
13 }
14
15 .#{$prefix}vml-sprite {
16 position: absolute;
17 left: 0;
18 top: 0;
19 width: 1px;
20 height: 1px;
21 }
22
23 .#{$prefix}vml-group {
24 position: absolute;
25 left: 0;
26 top: 0;
27 width: 1000px;
28 height: 1000px;
29 }
30
31 .#{$prefix}vml-measure-span {
32 position: absolute;
33 left: -9999em;
34 top: -9999em;
35 padding: 0;
36 margin: 0;
37 display: inline;
38 }
39
40 .#{$prefix}vml-base {
41 position: relative;
42 top: 0;
43 left: 0;
44 overflow: hidden;
45 display: inline-block;
46 }
47
48 .#{$prefix}vml-base {
49 position: relative;
50 top: 0;
51 left: 0;
52 overflow: hidden;
53 display: inline-block;
54 }
55}
56
Note: See TracBrowser for help on using the repository browser.