~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to static/scripts/ext/resources/css/theme-gray/panel.css

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*!
 
2
 * Ext JS Library 3.2.1
 
3
 * Copyright(c) 2006-2010 Ext JS, Inc.
 
4
 * licensing@extjs.com
 
5
 * http://www.extjs.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
}