source: trunk/web/addons/job_monarch/lib/extjs/examples/portal/sample.css @ 619

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 500 bytes
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9html, body {
10    font:normal 12px verdana;
11    margin:0;
12    padding:0;
13    border:0 none;
14    overflow:hidden;
15    height:100%;
16}
17
18.x-panel-body p {
19    margin:5px;
20}
21   
22.settings {
23    background-image:url( ../shared/icons/fam/folder_wrench.png ) !important;
24}
25.nav {
26    background-image:url( ../shared/icons/fam/folder_go.png ) !important;
27}
Note: See TracBrowser for help on using the repository browser.