Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / key-feed-viewer / feed-viewer-access.css
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.com/license
6  */
7 html, body {
8         font: normal 12px tahoma, arial, verdana, sans-serif;
9         margin: 0;
10         padding: 0;
11         border: 0 none;
12         overflow: hidden;
13         height: 100%;
14 }
15
16 .x-grid3-td-title b {
17     font-family:tahoma, verdana;
18     display:block;
19 }
20 .x-grid3-td-title b i {
21     font-weight:normal;
22     font-style: normal;
23 }
24 .x-grid3-td-title .topic {
25     padding-left:20px;
26     background:transparent url(images/post.gif) no-repeat 0 2px;
27 }
28 .x-grid3-td-title .x-grid3-cell-inner {
29     white-space:normal;
30 }
31 .x-grid3-td-title a {
32     text-decoration:none;
33 }
34 .x-grid3-td-title a:hover {
35     text-decoration:underline;
36 }
37 .details .x-btn-text {
38     background-image: url(images/details.gif);
39 }
40 .msg-view {
41     background-image: url(../shared/icons/fam/application_view_list.png) !important;
42 }
43 .add-feed {
44     background-image: url(images/rss_add.gif) !important;
45 }
46
47 .preview-bottom {
48     background-image: url(images/preview-bottom.gif) !important;
49 }
50 .preview-right {
51     background-image: url(images/preview-right.gif) !important;
52 }
53 .preview-hide {
54     background-image: url(images/preview-hide.gif) !important;
55 }
56
57 .tabs {
58     background-image: url( ../desktop/images/tabs.gif ) !important;
59 }
60 .summary {
61     background-image: url(images/details.gif) !important;
62 }
63 .x-grid3-row-body p {
64     margin:5px 20px 10px 25px !important;
65 }
66
67 .post-date {
68     font-weight:bold;
69 }
70
71 .x-border-layout-ct {
72     background:transparent;
73 }
74 body.x-border-layout-ct {
75     background:#333;
76 }
77 .x-layout-split {
78     background-color:transparent !important;
79 }
80
81 .x-tree-node div.feeds-node{
82     margin-top:1px;
83     border-top:1px solid #ddd;
84     border-bottom:1px solid #ccc;
85     padding-top:2px;
86     padding-bottom:1px;
87 }
88 .feeds-node .x-tree-node-icon {
89     display:none;
90 }
91 .forum-ct a span {
92     font-weight:bold;
93 }
94 .feed {
95     border:1px solid #fff;
96     margin:3px;
97 }
98 .feed .x-tree-ec-icon {
99     display:none;
100 }
101 .feed-icon {
102     background-image:url(images/rss.gif) !important;
103 }
104 .new-tab {
105     background-image:url(images/new_tab.gif) !important;
106 }
107 .new-win {
108     background-image:url(images/go-to-post.gif) !important;
109 }
110 .delete-icon {
111     background-image:url(images/rss_delete.gif) !important;
112 }
113 .load-icon {
114     background-image:url(images/rss_load.gif) !important;
115 }
116 .refresh-icon {
117     background-image:url(../shared/icons/fam/table_refresh.png) !important;
118 }
119 .x-tree-selected {
120     border:1px dotted #a3bae9;
121 }
122 .x-tree-node .x-tree-selected a span{
123         background:transparent;
124     font-weight:bold;
125 }
126 #main-tabs .x-tab-panel-body {
127     background:transparent;
128     border:0 none;
129 }
130
131 .preview .x-panel-body {
132     font:normal 12px tahoma,verdana,arial,sans-serif;
133 }
134
135 .preview .x-panel-body p {
136     line-height:18px;
137     margin:8px 0;
138 }
139
140 .preview .x-panel-body ul {
141     margin-left:18px;
142 }
143
144 .preview .x-panel-body ul li {
145     display:list-item;
146     list-style-image:none !important;
147     list-style-position:outside !important;
148     list-style-type:disc !important;
149     margin-left:18px;
150 }
151
152 .preview .x-panel-body pre, #preview .x-panel-body code {
153     display:block;
154 }
155
156 .preview .x-panel-body h4.post-author {
157     font-weight:normal;
158     font-size:11px;
159 }
160 .preview .x-panel-body span.post-date {
161     font-weight:normal;
162     float:right;
163     font-size:11px;
164 }
165 .preview .x-panel-body div.post-data {
166     padding:5px;
167     border-bottom:1px solid #555;
168 }
169 .preview .x-panel-body div.post-body {
170     padding:10px;
171 }
172 .reading-menu .x-menu-item-checked {
173     border:1px dotted #a3bae9 !important;
174         padding:0;
175 }
176 .x-tab-panel-header {
177     border-bottom-width:0 !important;
178 }
179 #suggested {
180     border-top:0 none;
181 }
182 #suggested a {
183     text-decoration:none;
184     font-size:11px;
185     display:block;
186     padding:3px;
187     float:right;
188     margin-right:4px;
189 }
190 #suggested a:hover {
191     text-decoration:underline;
192 }
193 .x-combo-list-item {
194     zoom:1;
195 }
196 .x-combo-list-item strong {
197     font-size:11px;
198     font-style: normal;
199     float:left;
200 }
201 .x-combo-list-item em {
202     font-size:12px;
203     font-style: normal;
204     float:left;
205     width:325px;
206 }
207 .x-node-ctx {
208     border:1px solid #ccc !important;
209 }