Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / tree / xml-tree-loader.css
1 /*!
2  * Ext JS Library 3.0.0
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 #details-panel .x-panel-body {
8     padding: 10px;
9     background: #eee;
10     color: #555;
11 }
12 #details-panel a:link, #details-panel a:visited {
13     color: #369;
14 }
15 #details-panel h2 {
16     color: #369;
17     font-size: 15px;
18 }
19 #details-panel p {
20     margin-bottom: 5px;
21 }
22
23 .author-m {
24     background-image: url(../shared/icons/fam/user.gif) !important;
25 }
26 .author-f {
27     background-image: url(../shared/icons/fam/user_female.gif) !important;
28 }
29 .book {
30     background-image: url(../shared/icons/fam/book.png) !important;
31 }