Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / forum / forum.css
1 .icon-forum {
2     background-image:url(images/forum.gif) !important;
3 }
4
5 img.x-tree-icon-parent {
6     display: none;
7 }
8
9 .x-tree-panel .x-grid-row .x-grid-cell-inner {
10     padding-top: 2px;
11     height: 18px;
12     line-height: 16px;
13 }
14 .x-border-box .x-tree-panel .x-grid-row .x-grid-cell-inner {
15     height: 20px;
16 }
17
18 .x-tree-panel .x-grid-row .x-grid-cell {
19     border-color: #fff;
20     border-width: 1px 0;
21     border-style: dotted;
22 }
23
24 .x-tree-panel .x-grid-row-selected .x-grid-cell {
25     border-color: #758CB5;
26 }
27
28 .x-tree-panel .x-tree-elbow-line,
29 .x-tree-panel .x-tree-elbow-empty {
30     display: none;
31 }
32
33 .x-tree-panel .forum-parent .x-grid-cell-inner {
34     font-weight: bold;
35     background:#eee url(images/cmp-bg.gif) repeat-x;
36     border-top:1px solid #ddd;
37     border-bottom:1px solid #ccc;
38     height: 20px;
39 }
40 .x-border-box .x-tree-panel .forum-parent .x-grid-cell-inner {
41     height: 22px;
42 }
43
44 .topic {
45     padding-left:20px;
46     background:transparent url(images/message.png) no-repeat 0 2px;
47 }
48
49 .topic b {
50     font-family:tahoma, verdana;
51     display:block;
52     color:#333;
53 }
54
55 .post-date {
56     font-weight:bold;
57     color:#333;
58 }
59
60 .author {
61     color:#333;
62 }
63
64 .x-grid-rowbody {
65     margin:5px 20px 10px 25px !important;
66     color:#555;
67     font-size: 11px;
68 }
69
70 .icon-preview {
71     background-image: url(images/preview.png) !important;
72 }
73 .icon-new-topic {
74     background-image: url(images/message_edit.png) !important;
75 }
76 .icon-summary {
77     background-image: url(images/details.gif) !important;
78 }