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