source: trunk/web/addons/job_monarch/lib/extjs/examples/portal/portal.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: 731 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.x-portal .x-panel-dd-spacer {
10    margin-bottom:10px;
11}
12
13.x-portlet {
14    margin-bottom:10px;
15}
16
17/* Clean up the look of the portlets */
18.x-portlet .x-panel-ml {
19    padding-left:2px;
20}
21.x-portlet .x-panel-mr {
22    padding-right:2px;
23}
24.x-portlet .x-panel-bl {
25    padding-left:2px;
26}
27
28.x-portlet .x-panel-br {
29    padding-right:2px;
30}
31.x-portlet .x-panel-body {
32    background:white;
33}
34.x-portlet .x-panel-mc {
35    padding-top:2px;
36}
37.x-portlet .x-panel-bc .x-panel-footer {
38    padding-bottom:2px;
39}
40.x-portlet .x-panel-nofooter .x-panel-bc {
41    height:2px;
42}
Note: See TracBrowser for help on using the repository browser.