Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / portal / portal.css
1 #app-header {
2     color: #596F8F;
3     font-size: 22px;
4     font-weight: 200;
5     padding: 8px 15px;
6     text-shadow: 0 1px 0 #fff;
7 }
8 #app-msg {
9     background: #D1DDEF;
10     border: 1px solid #ACC3E4;
11     padding: 3px 15px;
12     font-weight: bold;
13     font-size: 13px;
14     position: absolute;
15     right: 0;
16     top: 0;
17 }
18 .x-panel-ghost {
19     z-index: 1;
20 }
21 .x-border-layout-ct {
22     background: #DFE8F6;
23 }
24 .x-portal-body {
25     padding: 0 0 0 8px;
26 }
27 .x-portal .x-portal-column {
28     /* columns must have vertical padding to avoid losing dimensions when empty */
29     padding: 8px 8px 0 0;
30 }
31 .x-portal .x-panel-dd-spacer {
32     border: 2px dashed #99bbe8;
33     background: #f6f6f6;
34     border-radius: 4px;
35     -moz-border-radius: 4px;
36     margin-bottom: 10px;
37 }
38 .x-portlet {
39     margin-bottom:10px;
40     padding: 1px;
41 }
42 .x-portlet .x-panel-body {
43     background: #fff;
44 }
45 .portlet-content {
46     padding: 10px;
47     font-size: 11px;
48 }
49
50 #app-options .portlet-content {
51     padding: 5px;
52     font-size: 12px;
53 }
54 .settings {
55     background-image:url(../shared/icons/fam/folder_wrench.png);
56 }
57 .nav {
58     background-image:url(../shared/icons/fam/folder_go.png);
59 }
60 .info {
61     background-image:url(../shared/icons/fam/information.png);
62 }