source: trunk/web/addons/job_monarch/lib/extjs-30/examples/portal/sample.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: 490 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 */
7html, body {
8    font:normal 12px verdana;
9    margin:0;
10    padding:0;
11    border:0 none;
12    overflow:hidden;
13    height:100%;
14}
15
16.x-panel-body p {
17    margin:5px;
18}
19   
20.settings {
21    background-image:url( ../shared/icons/fam/folder_wrench.png ) !important;
22}
23.nav {
24    background-image:url( ../shared/icons/fam/folder_go.png ) !important;
25}
Note: See TracBrowser for help on using the repository browser.