~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to gis/dhis-gis-geostat/mfbase/ext/resources/css/resizable.css

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 2.2
 
3
 * Copyright(c) 2006-2008, Ext JS, LLC.
 
4
 * licensing@extjs.com
 
5
 * 
 
6
 * http://extjs.com/license
 
7
 */
 
8
 
 
9
.x-resizable-handle {
 
10
    position:absolute;
 
11
    z-index:100;
 
12
    /* ie needs these */
 
13
    font-size:1px;
 
14
    line-height:6px;
 
15
    overflow:hidden;
 
16
         background:white;
 
17
         filter:alpha(opacity=0);
 
18
         opacity:0;
 
19
         zoom:1;
 
20
}
 
21
.x-resizable-handle-east{
 
22
    width:6px;
 
23
    cursor:e-resize;
 
24
    right:0;
 
25
    top:0;
 
26
    height:100%;
 
27
}
 
28
.ext-ie .x-resizable-handle-east {
 
29
      margin-right:-1px; /*IE rounding error*/
 
30
}
 
31
.x-resizable-handle-south{
 
32
    width:100%;
 
33
    cursor:s-resize;
 
34
    left:0;
 
35
    bottom:0;
 
36
    height:6px;
 
37
}
 
38
.ext-ie .x-resizable-handle-south {
 
39
     margin-bottom:-1px; /*IE rounding error*/
 
40
}
 
41
.x-resizable-handle-west{
 
42
    width:6px;
 
43
    cursor:w-resize;
 
44
    left:0;
 
45
    top:0;
 
46
    height:100%;
 
47
}
 
48
.x-resizable-handle-north{
 
49
    width:100%;
 
50
    cursor:n-resize;
 
51
    left:0;
 
52
    top:0;
 
53
    height:6px;
 
54
}
 
55
.x-resizable-handle-southeast{
 
56
    width:6px;
 
57
    cursor:se-resize;
 
58
    right:0;
 
59
    bottom:0;
 
60
    height:6px;
 
61
    z-index:101;
 
62
}
 
63
.x-resizable-handle-northwest{
 
64
    width:6px;
 
65
    cursor:nw-resize;
 
66
    left:0;
 
67
    top:0;
 
68
    height:6px;
 
69
    z-index:101;
 
70
}
 
71
.x-resizable-handle-northeast{
 
72
    width:6px;
 
73
    cursor:ne-resize;
 
74
    right:0;
 
75
    top:0;
 
76
    height:6px;
 
77
    z-index:101;
 
78
}
 
79
.x-resizable-handle-southwest{
 
80
    width:6px;
 
81
    cursor:sw-resize;
 
82
    left:0;
 
83
    bottom:0;
 
84
    height:6px;
 
85
    z-index:101;
 
86
}
 
87
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
 
88
    filter:alpha(opacity=100);
 
89
         opacity:1;
 
90
}
 
91
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
 
92
    background:url(../images/default/sizer/e-handle.gif);
 
93
         background-position: left;
 
94
}
 
95
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
 
96
    background:url(../images/default/sizer/e-handle.gif);
 
97
         background-position: left;
 
98
}
 
99
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
 
100
    background:url(../images/default/sizer/s-handle.gif);
 
101
    background-position: top;
 
102
}
 
103
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
 
104
    background:url(../images/default/sizer/s-handle.gif);
 
105
    background-position: top;
 
106
}
 
107
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
 
108
    background:url(../images/default/sizer/se-handle.gif);
 
109
    background-position: top left;
 
110
}
 
111
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
 
112
    background:url(../images/default/sizer/nw-handle.gif);
 
113
    background-position:bottom right;
 
114
}
 
115
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
 
116
    background:url(../images/default/sizer/ne-handle.gif);
 
117
    background-position: bottom left;
 
118
}
 
119
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
 
120
    background:url(../images/default/sizer/sw-handle.gif);
 
121
    background-position: top right;
 
122
}
 
123
.x-resizable-proxy{
 
124
    border: 1px dashed #3b5a82;
 
125
    position:absolute;
 
126
    overflow:hidden;
 
127
    display:none;
 
128
         left:0;top:0;
 
129
    z-index:50000;
 
130
}
 
131
.x-resizable-overlay{
 
132
    width:100%;
 
133
         height:100%;
 
134
         display:none;
 
135
         position:absolute;
 
136
         left:0;
 
137
         top:0;
 
138
         background:white;
 
139
         z-index:200000;
 
140
         -moz-opacity: 0;
 
141
    opacity:0;
 
142
    filter: alpha(opacity=0);
 
143
}