~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/workspace/old/portal.css

  • Committer: parra
  • Date: 2010-03-15 06:47:22 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1443
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 3.0 RC2
 
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
}
 
 
b'\\ No newline at end of file'