source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-gray/layout.css
@
81
Revision 76, 1.3 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-border-layout-ct { | |
8 | background-color:#f0f0f0; | |
9 | } | |
10 | ||
11 | .x-accordion-hd { | |
12 | color:#222; | |
13 | font-weight:normal; | |
14 | background-image: url(../images/gray/panel/light-hd.gif); | |
15 | } | |
16 | ||
17 | .x-layout-collapsed{ | |
18 | background-color:#dfdfdf; | |
19 | border-color:#d0d0d0; | |
20 | } | |
21 | ||
22 | .x-layout-collapsed-over{ | |
23 | background-color:#e7e7e7; | |
24 | } | |
25 | ||
26 | .x-layout-split-west .x-layout-mini { | |
27 | background-image:url(../images/default/layout/mini-left.gif); | |
28 | } | |
29 | .x-layout-split-east .x-layout-mini { | |
30 | background-image:url(../images/default/layout/mini-right.gif); | |
31 | } | |
32 | .x-layout-split-north .x-layout-mini { | |
33 | background-image:url(../images/default/layout/mini-top.gif); | |
34 | } | |
35 | .x-layout-split-south .x-layout-mini { | |
36 | background-image:url(../images/default/layout/mini-bottom.gif); | |
37 | } | |
38 | ||
39 | .x-layout-cmini-west .x-layout-mini { | |
40 | background-image:url(../images/default/layout/mini-right.gif); | |
41 | } | |
42 | ||
43 | .x-layout-cmini-east .x-layout-mini { | |
44 | background-image:url(../images/default/layout/mini-left.gif); | |
45 | } | |
46 | ||
47 | .x-layout-cmini-north .x-layout-mini { | |
48 | background-image:url(../images/default/layout/mini-bottom.gif); | |
49 | } | |
50 | ||
51 | .x-layout-cmini-south .x-layout-mini { | |
52 | background-image:url(../images/default/layout/mini-top.gif); | |
53 | } |
Note: See TracBrowser
for help on using the repository browser.