source: trunk/web/addons/job_monarch/lib/extjs/examples/shared/lib.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: 320 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
9#lib-bar {
10    position:absolute;
11    top:0;
12    right:10px;
13    z-index:100;
14    visibility:hidden;
15}
16#lib-bar-inner {
17    padding:4px;
18}
19#lib-bar * {
20    font-size:11px;
21}
Note: See TracBrowser for help on using the repository browser.