source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-access/resizable.css
@
81
Revision 76, 1.6 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 | color: #000; | |
10 | } | |
11 | ||
12 | .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east, | |
13 | .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west | |
14 | { | |
15 | background-image:url(../images/access/sizer/e-handle.gif); | |
16 | } | |
17 | ||
18 | .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south, | |
19 | .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north | |
20 | { | |
21 | background-image:url(../images/access/sizer/s-handle.gif); | |
22 | } | |
23 | ||
24 | .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{ | |
25 | background-image:url(../images/access/sizer/s-handle.gif); | |
26 | } | |
27 | .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{ | |
28 | background-image:url(../images/access/sizer/se-handle.gif); | |
29 | } | |
30 | .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{ | |
31 | background-image:url(../images/access/sizer/nw-handle.gif); | |
32 | } | |
33 | .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{ | |
34 | background-image:url(../images/access/sizer/ne-handle.gif); | |
35 | } | |
36 | .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{ | |
37 | background-image:url(../images/access/sizer/sw-handle.gif); | |
38 | } | |
39 | .x-resizable-proxy{ | |
40 | border-color:#3b5a82; | |
41 | } | |
42 | .x-resizable-overlay{ | |
43 | background-color:#fff; | |
44 | } |
Note: See TracBrowser
for help on using the repository browser.