source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-gray/panel.css
@
81
Revision 76, 1.8 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-panel { | |
8 | border-color: #d0d0d0; | |
9 | } | |
10 | ||
11 | .x-panel-header { | |
12 | color:#333; | |
13 | font-weight:bold; | |
14 | font-size: 11px; | |
15 | font-family: tahoma,arial,verdana,sans-serif; | |
16 | border-color:#d0d0d0; | |
17 | background-image: url(../images/gray/panel/white-top-bottom.gif); | |
18 | } | |
19 | ||
20 | .x-panel-body { | |
21 | border-color:#d0d0d0; | |
22 | background-color:#fff; | |
23 | } | |
24 | ||
25 | .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar { | |
26 | border-color:#d0d0d0; | |
27 | } | |
28 | ||
29 | .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { | |
30 | border-top-color:#d0d0d0; | |
31 | } | |
32 | ||
33 | .x-panel-body-noheader, .x-panel-mc .x-panel-body { | |
34 | border-top-color:#d0d0d0; | |
35 | } | |
36 | ||
37 | .x-panel-tl .x-panel-header { | |
38 | color:#333; | |
39 | font:bold 11px tahoma,arial,verdana,sans-serif; | |
40 | } | |
41 | ||
42 | .x-panel-tc { | |
43 | background-image: url(../images/gray/panel/top-bottom.gif); | |
44 | } | |
45 | ||
46 | .x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br{ | |
47 | background-image: url(../images/gray/panel/corners-sprite.gif); | |
48 | border-bottom-color:#d0d0d0; | |
49 | } | |
50 | ||
51 | .x-panel-bc { | |
52 | background-image: url(../images/gray/panel/top-bottom.gif); | |
53 | } | |
54 | ||
55 | .x-panel-mc { | |
56 | font: normal 11px tahoma,arial,helvetica,sans-serif; | |
57 | background-color:#f1f1f1; | |
58 | } | |
59 | ||
60 | .x-panel-ml { | |
61 | background-color: #fff; | |
62 | background-image:url(../images/gray/panel/left-right.gif); | |
63 | } | |
64 | ||
65 | .x-panel-mr { | |
66 | background-image: url(../images/gray/panel/left-right.gif); | |
67 | } | |
68 | ||
69 | .x-tool { | |
70 | background-image:url(../images/gray/panel/tool-sprites.gif); | |
71 | } | |
72 | ||
73 | .x-panel-ghost { | |
74 | background-color:#f2f2f2; | |
75 | } | |
76 | ||
77 | .x-panel-ghost ul { | |
78 | border-color:#d0d0d0; | |
79 | } | |
80 | ||
81 | .x-panel-dd-spacer { | |
82 | border-color:#d0d0d0; | |
83 | } | |
84 | ||
85 | .x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{ | |
86 | font:normal 11px arial,tahoma, helvetica, sans-serif; | |
87 | } |
Note: See TracBrowser
for help on using the repository browser.