source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-gray/resizable.css
@
81
Revision 76, 1.5 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | /*! |
2 | * Ext JS Library 3.4.0 | |
3 | * Copyright(c) 2006-2011 Sencha Inc. | |
4 | * licensing@sencha.com | |
5 | * http://www.sencha.com/license | |
6 | */ | |
7 | .x-resizable-handle { | |
8 | background-color:#fff; | |
9 | } | |
10 | ||
11 | .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east, | |
12 | .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west | |
13 | { | |
14 | background-image:url(../images/gray/sizer/e-handle.gif); | |
15 | } | |
16 | ||
17 | .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south, | |
18 | .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north | |
19 | { | |
20 | background-image:url(../images/gray/sizer/s-handle.gif); | |
21 | } | |
22 | ||
23 | .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{ | |
24 | background-image:url(../images/gray/sizer/s-handle.gif); | |
25 | } | |
26 | .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{ | |
27 | background-image:url(../images/gray/sizer/se-handle.gif); | |
28 | } | |
29 | .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{ | |
30 | background-image:url(../images/gray/sizer/nw-handle.gif); | |
31 | } | |
32 | .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{ | |
33 | background-image:url(../images/gray/sizer/ne-handle.gif); | |
34 | } | |
35 | .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{ | |
36 | background-image:url(../images/gray/sizer/sw-handle.gif); | |
37 | } | |
38 | .x-resizable-proxy{ | |
39 | border-color:#565656; | |
40 | } | |
41 | .x-resizable-overlay{ | |
42 | background-color:#fff; | |
43 | } |
Note: See TracBrowser
for help on using the repository browser.