~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/build/resize-plugin/assets/resize-base-core.css

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.5.0 (build 5089)
3
 
Copyright 2012 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
6
 
*/
7
 
.yui3-resize,.yui3-resize-wrapper {
8
 
        z-index: 0;
9
 
        zoom: 1;
10
 
}
11
 
 
12
 
.yui3-resize-handle {
13
 
        position: absolute;
14
 
        display: block;
15
 
        z-index: 100;
16
 
        zoom: 1;
17
 
}
18
 
 
19
 
.yui3-resize-proxy {
20
 
        position: absolute;
21
 
        border: 1px dashed #000;
22
 
        position: absolute;
23
 
        z-index: 10000;
24
 
}
25
 
 
26
 
.yui3-resize-hidden-handles .yui3-resize-handle {
27
 
        opacity: 0;
28
 
        filter: alpha(opacity=0);
29
 
}
30
 
 
31
 
.yui3-resize-handle-t,
32
 
.yui3-resize-handle-b {
33
 
        width: 100%;
34
 
        left: 0;
35
 
        height: 6px;
36
 
}
37
 
 
38
 
.yui3-resize-handle-l,
39
 
.yui3-resize-handle-r {
40
 
        height: 100%;
41
 
        top: 0;
42
 
        width: 6px;
43
 
}
44
 
 
45
 
.yui3-resize-handle-t {
46
 
        cursor: n-resize;
47
 
        top: 0;
48
 
}
49
 
 
50
 
.yui3-resize-handle-b {
51
 
        cursor: s-resize;
52
 
        bottom: 0;
53
 
}
54
 
 
55
 
.yui3-resize-handle-l {
56
 
        cursor: w-resize;
57
 
        left: 0;
58
 
}
59
 
 
60
 
.yui3-resize-handle-r {
61
 
        cursor: e-resize;
62
 
        right: 0;
63
 
}
64
 
 
65
 
.yui3-resize-handle-inner {
66
 
        position: absolute;
67
 
        zoom: 1;
68
 
}
69
 
 
70
 
.yui3-resize-handle-inner-t,
71
 
.yui3-resize-handle-inner-b {
72
 
        margin-left: -8px;
73
 
        left: 50%;
74
 
}
75
 
 
76
 
.yui3-resize-handle-inner-l,
77
 
.yui3-resize-handle-inner-r {
78
 
        margin-top: -8px;
79
 
        top: 50%;
80
 
}
81
 
 
82
 
.yui3-resize-handle-inner-t {
83
 
        top: -4px;
84
 
}
85
 
 
86
 
.yui3-resize-handle-inner-b {
87
 
        bottom: -4px;
88
 
}
89
 
 
90
 
.yui3-resize-handle-inner-l {
91
 
        left: -4px;
92
 
}
93
 
 
94
 
.yui3-resize-handle-inner-r {
95
 
        right: -4px;
96
 
}
97
 
 
98
 
.yui3-resize-handle-tr,
99
 
.yui3-resize-handle-br,
100
 
.yui3-resize-handle-tl,
101
 
.yui3-resize-handle-bl {
102
 
        height: 15px;
103
 
        width: 15px;
104
 
        z-index: 200;
105
 
}
106
 
 
107
 
.yui3-resize-handle-tr {
108
 
        cursor: ne-resize;
109
 
        top: 0;
110
 
        right: 0;
111
 
}
112
 
 
113
 
.yui3-resize-handle-tl {
114
 
        cursor: nw-resize;
115
 
        top: 0;
116
 
        left: 0;
117
 
}
118
 
 
119
 
.yui3-resize-handle-br {
120
 
        cursor: se-resize;
121
 
        bottom: 0;
122
 
        right: 0;
123
 
}
124
 
 
125
 
.yui3-resize-handle-bl {
126
 
        cursor: sw-resize;
127
 
        bottom: 0;
128
 
        left: 0;
129
 
}
 
 
b'\\ No newline at end of file'