source: trunk/web/addons/job_monarch/lib/extjs-30/examples/tree/xml-tree-loader.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 640 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.